POST api/v1/emsp/transactions

Request Information

URI Parameters

None.

Body Parameters

SearchTransaction
NameDescriptionTypeAdditional information
date_from

date

Required

date_to

date

None.

id_establishment

integer

None.

is_home

boolean

None.

is_public

boolean

None.

is_internal

boolean

None.

is_card

boolean

None.

is_app

boolean

None.

points

Collection of integer

None.

chargee_ids

Collection of integer

None.

authorization

integer

None.

establishment.id

integer

None.

fulltext

string

None.

filter

string

None.

password

string

None.

establishment.id

string

None.

state.id

string

None.

fields

Collection of string

None.

page

integer

None.

id

integer

None.

deleted

boolean

None.

per_page

integer

None.

view_mode

integer

None.

sort_fields

string

None.

stop_top

boolean

None.

tmp

boolean

None.

columns

Collection of TitleName

None.

time_from

date

None.

time_to

date

None.

charge_point_ids

Collection of string

None.

connector_id

string

None.

sort_fields_desc

string

None.

disable_count

boolean

None.

view_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "date_from": "2026-02-08T14:08:52Z",
  "date_to": "2026-02-08T14:08:52Z",
  "id_establishment": 3,
  "is_home": true,
  "is_public": true,
  "is_internal": true,
  "is_card": true,
  "is_app": true,
  "points": [
    1,
    2
  ],
  "chargee_ids": [
    1,
    2
  ],
  "authorization": 9,
  "establishment.id": 1,
  "fulltext": "sample string 10",
  "filter": "sample string 11",
  "password": "sample string 12",
  "state.id": "sample string 14",
  "fields": [
    "sample string 1",
    "sample string 2"
  ],
  "page": 1,
  "id": 15,
  "deleted": true,
  "per_page": 1,
  "view_mode": 1,
  "sort_fields": "sample string 16",
  "stop_top": true,
  "tmp": true,
  "columns": [
    {
      "title": "sample string 1",
      "name": "sample string 2",
      "width": 1
    },
    {
      "title": "sample string 1",
      "name": "sample string 2",
      "width": 1
    }
  ],
  "time_from": "2026-02-08T14:08:52Z",
  "time_to": "2026-02-08T14:08:52Z",
  "charge_point_ids": [
    "sample string 1",
    "sample string 2"
  ],
  "connector_id": "sample string 21",
  "sort_fields_desc": "sample string 22",
  "disable_count": true,
  "view_name": "sample string 24"
}

application/xml, text/xml

Sample:
<SearchTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
  <charge_point_ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </charge_point_ids>
  <columns xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">
    <TitleName>
      <name>sample string 2</name>
      <title>sample string 1</title>
      <width>1</width>
    </TitleName>
    <TitleName>
      <name>sample string 2</name>
      <title>sample string 1</title>
      <width>1</width>
    </TitleName>
  </columns>
  <connector_id xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">sample string 21</connector_id>
  <date_from i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data" />
  <date_to i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data" />
  <deleted xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">true</deleted>
  <disable_count xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">true</disable_count>
  <establishment.id xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">sample string 13</establishment.id>
  <fields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </fields>
  <filter xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">sample string 11</filter>
  <fulltext xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">sample string 10</fulltext>
  <id xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">15</id>
  <page xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">1</page>
  <password xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">sample string 12</password>
  <per_page xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">1</per_page>
  <sort_fields xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">sample string 16</sort_fields>
  <sort_fields_desc xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">sample string 22</sort_fields_desc>
  <state.id xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">sample string 14</state.id>
  <stop_top xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">true</stop_top>
  <time_from xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">2026-02-08T15:08:52.1414171+01:00</time_from>
  <time_to xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">2026-02-08T15:08:52.1414171+01:00</time_to>
  <tmp xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">true</tmp>
  <view_mode xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">1</view_mode>
  <view_name xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">sample string 24</view_name>
  <authorization>9</authorization>
  <chargee_ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </chargee_ids>
  <date_from>2026-02-08T15:08:52.1414171+01:00</date_from>
  <date_to>2026-02-08T15:08:52.1414171+01:00</date_to>
  <establishment.id>1</establishment.id>
  <id_establishment>3</id_establishment>
  <is_app>true</is_app>
  <is_card>true</is_card>
  <is_home>true</is_home>
  <is_internal>true</is_internal>
  <is_public>true</is_public>
  <points xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </points>
</SearchTransaction>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SearchTransaction'.

Response Information

Resource Description

PaginationResponseTransaction
NameDescriptionTypeAdditional information
statistics

Statistics

None.

data

Collection of Transaction

Required

pagination

Pagination

Required

structure

Collection of StructureItem

Required

format_conditions

Collection of Object

Required

message

string

Required

show_message

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "statistics": {
    "establishment": {
      "id": 1,
      "deleted": true,
      "name": "sample string 3",
      "street": "sample string 4",
      "descriptive_number": "sample string 5",
      "connection_method_text": "sample string 6",
      "house_number": "sample string 7",
      "post_code": "sample string 8",
      "state": "sample string 9",
      "city": "sample string 10",
      "country": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "mailing_street": "sample string 11",
      "mailing_descriptive_number": "sample string 12",
      "mailing_house_number": "sample string 13",
      "mailing_post_code": "sample string 14",
      "mailing_city": "sample string 15",
      "mailing_country": "sample string 16",
      "billing_street": "sample string 17",
      "is_mailing_address_different": true,
      "billing_descriptive_number": "sample string 19",
      "billing_house_number": "sample string 20",
      "billing_post_code": "sample string 21",
      "billing_city": "sample string 22",
      "billing_country": "sample string 23",
      "is_billing_address_different": true,
      "technical_first_name": "sample string 25",
      "technical_last_name": "sample string 26",
      "technical_phone": "sample string 27",
      "technical_email": "sample string 28",
      "first_name": "sample string 29",
      "last_name": "sample string 30",
      "phone": "sample string 31",
      "partner_name": "sample string 32",
      "email": "sample string 33",
      "portal_first_name": "sample string 34",
      "portal_last_name": "sample string 35",
      "portal_phone": "sample string 36",
      "portal_email": "sample string 37",
      "file": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "connection_method": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "data_connectivity": true,
      "charging_stations": [
        {
          "id": 1,
          "opening_hours": "sample string 2",
          "id_image": 1,
          "fulltext": "sample string 3",
          "hardware_id": "sample string 4",
          "evse_id": "sample string 5",
          "number": "sample string 6",
          "code": "sample string 7",
          "service_company_name": "sample string 8",
          "service_information": "sample string 9",
          "service_number": "sample string 10",
          "service_phone": "sample string 11",
          "service_email": "sample string 12",
          "revision_date": "2026-02-08T14:08:52Z",
          "activation_date": "2026-02-08T14:08:52Z",
          "manufacturer": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "manufacturer_text": "sample string 13",
          "model": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "establishment": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "state": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "model_text": "sample string 14",
          "rated_charger_power": 1.0,
          "available_charger_power": 1.0,
          "cpo_payment": true,
          "charger_control": true,
          "internal_charger": true,
          "latitude": "sample string 18",
          "longitude": "sample string 19",
          "charger_general_location": "sample string 20",
          "charger_registration_number": "sample string 21",
          "number_of_charging_points": 1.0,
          "firmware": "sample string 22",
          "charger_data_connection_method": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "ocpp_protocol": "sample string 23",
          "different_opening_hours": true,
          "opening_hours_all_day": true,
          "opening_hours_from": "sample string 26",
          "opening_hours_to": "sample string 27",
          "monday_opening_hours_all_day": true,
          "monday_opening_hours_from": "sample string 29",
          "monday_opening_hours_to": "sample string 30",
          "tuesday_opening_hours_all_day": true,
          "tuesday_opening_hours_from": "sample string 32",
          "tuesday_opening_hours_to": "sample string 33",
          "wednesday_opening_hours_all_day": true,
          "wednesday_opening_hours_from": "sample string 35",
          "wednesday_opening_hours_to": "sample string 36",
          "thursday_opening_hours_all_day": true,
          "thursday_opening_hours_from": "sample string 38",
          "thursday_opening_hours_to": "sample string 39",
          "friday_opening_hours_all_day": true,
          "friday_opening_hours_from": "sample string 41",
          "friday_opening_hours_to": "sample string 42",
          "saturday_opening_hours_all_day": true,
          "saturday_opening_hours_from": "sample string 44",
          "saturday_opening_hours_to": "sample string 45",
          "sunday_opening_hours_all_day": true,
          "sunday_opening_hours_from": "sample string 47",
          "sunday_opening_hours_to": "sample string 48",
          "accessibility": "sample string 49",
          "reader": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "has_reader": true,
          "lockable_charger": true,
          "key_availability_to_unlock": "sample string 52",
          "charger_operation": true,
          "electrical_connection_type": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "charger_assignment": "sample string 54",
          "photo_charger": {
            "id": "23f007ab-397e-4d1d-9156-0164603bd7a8",
            "name": "sample string 2",
            "deleted": true,
            "system_information": {
              "creation": {
                "user": {
                  "id": 1,
                  "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                  "code": "sample string 2",
                  "title": "sample string 5",
                  "introduction": "sample string 6",
                  "first_name": "sample string 7",
                  "last_name": "sample string 8",
                  "full_name": "sample string 9",
                  "note": "sample string 10"
                },
                "date": "2026-02-08T14:08:52Z"
              },
              "last_change": {
                "user": {
                  "id": 1,
                  "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                  "code": "sample string 2",
                  "title": "sample string 5",
                  "introduction": "sample string 6",
                  "first_name": "sample string 7",
                  "last_name": "sample string 8",
                  "full_name": "sample string 9",
                  "note": "sample string 10"
                },
                "date": "2026-02-08T14:08:52Z"
              }
            }
          },
          "charging_points": [
            {
              "id": 1,
              "id_transaction": 1,
              "hw_code": "sample string 2",
              "products": [
                {
                  "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                  "name": "sample string 2",
                  "reservation_time": 3,
                  "blocking_value": 4.0,
                  "id_product": 5,
                  "amount_with_vat": 6.0
                },
                {
                  "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                  "name": "sample string 2",
                  "reservation_time": 3,
                  "blocking_value": 4.0,
                  "id_product": 5,
                  "amount_with_vat": 6.0
                }
              ],
              "code": "sample string 3",
              "name": "sample string 4",
              "inclusion": "sample string 5",
              "is_possible_to_charge": true,
              "is_possible_to_charge_direct_payment": true,
              "state": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "charging_station": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "address": {
                "id": 1,
                "street": "sample string 2",
                "descriptive_number": "sample string 3",
                "house_number": "sample string 4",
                "post_code": "sample string 5",
                "city": "sample string 6",
                "country": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "type": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                }
              },
              "charging_speed": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "is_socket": true,
              "is_public": true,
              "location": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "rated_power": 1.0,
              "connector": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "output_power_from_manufacturer": 1.0,
              "output_power_avaiable_max": 1.0,
              "output_current_manufacturer": 1.0,
              "output_voltage_manufacturer": 1.0,
              "output_power_from": 1.0,
              "output_power_to": 1.0,
              "output_current": 1.0,
              "charging_start_hour": 1,
              "charging_start_minute": 1,
              "charging_start_second": 1,
              "still_continues": true,
              "planned_charging_end": "2026-02-08T14:08:52Z",
              "charging_start": "2026-02-08T14:08:52Z",
              "percent": 11
            },
            {
              "id": 1,
              "id_transaction": 1,
              "hw_code": "sample string 2",
              "products": [
                {
                  "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                  "name": "sample string 2",
                  "reservation_time": 3,
                  "blocking_value": 4.0,
                  "id_product": 5,
                  "amount_with_vat": 6.0
                },
                {
                  "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                  "name": "sample string 2",
                  "reservation_time": 3,
                  "blocking_value": 4.0,
                  "id_product": 5,
                  "amount_with_vat": 6.0
                }
              ],
              "code": "sample string 3",
              "name": "sample string 4",
              "inclusion": "sample string 5",
              "is_possible_to_charge": true,
              "is_possible_to_charge_direct_payment": true,
              "state": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "charging_station": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "address": {
                "id": 1,
                "street": "sample string 2",
                "descriptive_number": "sample string 3",
                "house_number": "sample string 4",
                "post_code": "sample string 5",
                "city": "sample string 6",
                "country": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "type": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                }
              },
              "charging_speed": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "is_socket": true,
              "is_public": true,
              "location": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "rated_power": 1.0,
              "connector": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "output_power_from_manufacturer": 1.0,
              "output_power_avaiable_max": 1.0,
              "output_current_manufacturer": 1.0,
              "output_voltage_manufacturer": 1.0,
              "output_power_from": 1.0,
              "output_power_to": 1.0,
              "output_current": 1.0,
              "charging_start_hour": 1,
              "charging_start_minute": 1,
              "charging_start_second": 1,
              "still_continues": true,
              "planned_charging_end": "2026-02-08T14:08:52Z",
              "charging_start": "2026-02-08T14:08:52Z",
              "percent": 11
            }
          ],
          "ip_address": "sample string 55",
          "actual_output_power": 1.0
        },
        {
          "id": 1,
          "opening_hours": "sample string 2",
          "id_image": 1,
          "fulltext": "sample string 3",
          "hardware_id": "sample string 4",
          "evse_id": "sample string 5",
          "number": "sample string 6",
          "code": "sample string 7",
          "service_company_name": "sample string 8",
          "service_information": "sample string 9",
          "service_number": "sample string 10",
          "service_phone": "sample string 11",
          "service_email": "sample string 12",
          "revision_date": "2026-02-08T14:08:52Z",
          "activation_date": "2026-02-08T14:08:52Z",
          "manufacturer": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "manufacturer_text": "sample string 13",
          "model": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "establishment": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "state": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "model_text": "sample string 14",
          "rated_charger_power": 1.0,
          "available_charger_power": 1.0,
          "cpo_payment": true,
          "charger_control": true,
          "internal_charger": true,
          "latitude": "sample string 18",
          "longitude": "sample string 19",
          "charger_general_location": "sample string 20",
          "charger_registration_number": "sample string 21",
          "number_of_charging_points": 1.0,
          "firmware": "sample string 22",
          "charger_data_connection_method": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "ocpp_protocol": "sample string 23",
          "different_opening_hours": true,
          "opening_hours_all_day": true,
          "opening_hours_from": "sample string 26",
          "opening_hours_to": "sample string 27",
          "monday_opening_hours_all_day": true,
          "monday_opening_hours_from": "sample string 29",
          "monday_opening_hours_to": "sample string 30",
          "tuesday_opening_hours_all_day": true,
          "tuesday_opening_hours_from": "sample string 32",
          "tuesday_opening_hours_to": "sample string 33",
          "wednesday_opening_hours_all_day": true,
          "wednesday_opening_hours_from": "sample string 35",
          "wednesday_opening_hours_to": "sample string 36",
          "thursday_opening_hours_all_day": true,
          "thursday_opening_hours_from": "sample string 38",
          "thursday_opening_hours_to": "sample string 39",
          "friday_opening_hours_all_day": true,
          "friday_opening_hours_from": "sample string 41",
          "friday_opening_hours_to": "sample string 42",
          "saturday_opening_hours_all_day": true,
          "saturday_opening_hours_from": "sample string 44",
          "saturday_opening_hours_to": "sample string 45",
          "sunday_opening_hours_all_day": true,
          "sunday_opening_hours_from": "sample string 47",
          "sunday_opening_hours_to": "sample string 48",
          "accessibility": "sample string 49",
          "reader": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "has_reader": true,
          "lockable_charger": true,
          "key_availability_to_unlock": "sample string 52",
          "charger_operation": true,
          "electrical_connection_type": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "charger_assignment": "sample string 54",
          "photo_charger": {
            "id": "23f007ab-397e-4d1d-9156-0164603bd7a8",
            "name": "sample string 2",
            "deleted": true,
            "system_information": {
              "creation": {
                "user": {
                  "id": 1,
                  "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                  "code": "sample string 2",
                  "title": "sample string 5",
                  "introduction": "sample string 6",
                  "first_name": "sample string 7",
                  "last_name": "sample string 8",
                  "full_name": "sample string 9",
                  "note": "sample string 10"
                },
                "date": "2026-02-08T14:08:52Z"
              },
              "last_change": {
                "user": {
                  "id": 1,
                  "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                  "code": "sample string 2",
                  "title": "sample string 5",
                  "introduction": "sample string 6",
                  "first_name": "sample string 7",
                  "last_name": "sample string 8",
                  "full_name": "sample string 9",
                  "note": "sample string 10"
                },
                "date": "2026-02-08T14:08:52Z"
              }
            }
          },
          "charging_points": [
            {
              "id": 1,
              "id_transaction": 1,
              "hw_code": "sample string 2",
              "products": [
                {
                  "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                  "name": "sample string 2",
                  "reservation_time": 3,
                  "blocking_value": 4.0,
                  "id_product": 5,
                  "amount_with_vat": 6.0
                },
                {
                  "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                  "name": "sample string 2",
                  "reservation_time": 3,
                  "blocking_value": 4.0,
                  "id_product": 5,
                  "amount_with_vat": 6.0
                }
              ],
              "code": "sample string 3",
              "name": "sample string 4",
              "inclusion": "sample string 5",
              "is_possible_to_charge": true,
              "is_possible_to_charge_direct_payment": true,
              "state": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "charging_station": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "address": {
                "id": 1,
                "street": "sample string 2",
                "descriptive_number": "sample string 3",
                "house_number": "sample string 4",
                "post_code": "sample string 5",
                "city": "sample string 6",
                "country": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "type": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                }
              },
              "charging_speed": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "is_socket": true,
              "is_public": true,
              "location": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "rated_power": 1.0,
              "connector": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "output_power_from_manufacturer": 1.0,
              "output_power_avaiable_max": 1.0,
              "output_current_manufacturer": 1.0,
              "output_voltage_manufacturer": 1.0,
              "output_power_from": 1.0,
              "output_power_to": 1.0,
              "output_current": 1.0,
              "charging_start_hour": 1,
              "charging_start_minute": 1,
              "charging_start_second": 1,
              "still_continues": true,
              "planned_charging_end": "2026-02-08T14:08:52Z",
              "charging_start": "2026-02-08T14:08:52Z",
              "percent": 11
            },
            {
              "id": 1,
              "id_transaction": 1,
              "hw_code": "sample string 2",
              "products": [
                {
                  "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                  "name": "sample string 2",
                  "reservation_time": 3,
                  "blocking_value": 4.0,
                  "id_product": 5,
                  "amount_with_vat": 6.0
                },
                {
                  "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                  "name": "sample string 2",
                  "reservation_time": 3,
                  "blocking_value": 4.0,
                  "id_product": 5,
                  "amount_with_vat": 6.0
                }
              ],
              "code": "sample string 3",
              "name": "sample string 4",
              "inclusion": "sample string 5",
              "is_possible_to_charge": true,
              "is_possible_to_charge_direct_payment": true,
              "state": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "charging_station": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "address": {
                "id": 1,
                "street": "sample string 2",
                "descriptive_number": "sample string 3",
                "house_number": "sample string 4",
                "post_code": "sample string 5",
                "city": "sample string 6",
                "country": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "type": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                }
              },
              "charging_speed": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "is_socket": true,
              "is_public": true,
              "location": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "rated_power": 1.0,
              "connector": {
                "code": "sample string 1",
                "is_cabel": true,
                "id": 3,
                "name": "sample string 4"
              },
              "output_power_from_manufacturer": 1.0,
              "output_power_avaiable_max": 1.0,
              "output_current_manufacturer": 1.0,
              "output_voltage_manufacturer": 1.0,
              "output_power_from": 1.0,
              "output_power_to": 1.0,
              "output_current": 1.0,
              "charging_start_hour": 1,
              "charging_start_minute": 1,
              "charging_start_second": 1,
              "still_continues": true,
              "planned_charging_end": "2026-02-08T14:08:52Z",
              "charging_start": "2026-02-08T14:08:52Z",
              "percent": 11
            }
          ],
          "ip_address": "sample string 55",
          "actual_output_power": 1.0
        }
      ],
      "file_agreement": true,
      "upload_connection_agreement_file": {
        "id": "23f007ab-397e-4d1d-9156-0164603bd7a8",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "id": 1,
              "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
              "code": "sample string 2",
              "title": "sample string 5",
              "introduction": "sample string 6",
              "first_name": "sample string 7",
              "last_name": "sample string 8",
              "full_name": "sample string 9",
              "note": "sample string 10"
            },
            "date": "2026-02-08T14:08:52Z"
          },
          "last_change": {
            "user": {
              "id": 1,
              "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
              "code": "sample string 2",
              "title": "sample string 5",
              "introduction": "sample string 6",
              "first_name": "sample string 7",
              "last_name": "sample string 8",
              "full_name": "sample string 9",
              "note": "sample string 10"
            },
            "date": "2026-02-08T14:08:52Z"
          }
        }
      },
      "is_preparation_for_management": true,
      "preparation_company": "sample string 41"
    },
    "total_amount": 1,
    "transaction_count": 2,
    "error_count": 3
  },
  "data": [
    {
      "id": 1,
      "is_settled": true,
      "number": "sample string 3",
      "number_code": "sample string 4",
      "evse_id": "sample string 5",
      "designation": "sample string 6",
      "rfid_printed_number": "sample string 7",
      "round": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "is_public": true,
      "type_charging": {
        "is_cabel": false,
        "id": 2,
        "name": "VeĊ™ejné"
      },
      "session_id": "sample string 9",
      "price": 46.0,
      "price_with_vat": 53.0,
      "price_charging": 10.0,
      "price_one_time_fee": 11.0,
      "price_time_fee": 12.0,
      "price_parking": 13.0,
      "price_fee": 14.0,
      "price_other": 15.0,
      "price_charging_with_vat": 16.0,
      "price_one_time_fee_with_vat": 17.0,
      "price_time_fee_with_vat": 18.0,
      "price_parking_with_vat": 19.0,
      "price_fee_with_vat": 20.0,
      "price_other_with_vat": 21.0,
      "price_charging_unit_of_measure": 22.0,
      "price_one_time_fee_unit_of_measure": 23.0,
      "price_time_fee_unit_of_measure": 24.0,
      "price_parking_unit_of_measure": 25.0,
      "price_fee_unit_of_measure": 26.0,
      "price_other_unit_of_measure": 27.0,
      "price_charging_with_vat_unit_of_measure": 28.0,
      "price_one_time_fee_with_vat_unit_of_measure": 29.0,
      "price_time_fee_with_vat_unit_of_measure": 30.0,
      "price_parking_with_vat_unit_of_measure": 31.0,
      "price_fee_with_vat_unit_of_measure": 32.0,
      "price_other_with_vat_unit_of_measure": 33.0,
      "model": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "charging_type": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "rfid": "sample string 34",
      "product": "sample string 35",
      "chargee_net": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "start_date": "2026-02-08T14:08:52Z",
      "start_value": 37.0,
      "end_value": 38.0,
      "end_date": "2026-02-08T14:08:52Z",
      "charging_start": "2026-02-08T14:08:52Z",
      "charging_end": "2026-02-08T14:08:52Z",
      "total_charging_time": 39.0,
      "total_session_time": 40.0,
      "total_charging_time_string": "00:00:00",
      "total_session_time_string": "00:00:00",
      "total_consumption": 43.0,
      "authorization": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "establishment": {
        "id": 1,
        "deleted": true,
        "name": "sample string 3",
        "street": "sample string 4",
        "descriptive_number": "sample string 5",
        "connection_method_text": "sample string 6",
        "house_number": "sample string 7",
        "post_code": "sample string 8",
        "state": "sample string 9",
        "city": "sample string 10",
        "country": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "mailing_street": "sample string 11",
        "mailing_descriptive_number": "sample string 12",
        "mailing_house_number": "sample string 13",
        "mailing_post_code": "sample string 14",
        "mailing_city": "sample string 15",
        "mailing_country": "sample string 16",
        "billing_street": "sample string 17",
        "is_mailing_address_different": true,
        "billing_descriptive_number": "sample string 19",
        "billing_house_number": "sample string 20",
        "billing_post_code": "sample string 21",
        "billing_city": "sample string 22",
        "billing_country": "sample string 23",
        "is_billing_address_different": true,
        "technical_first_name": "sample string 25",
        "technical_last_name": "sample string 26",
        "technical_phone": "sample string 27",
        "technical_email": "sample string 28",
        "first_name": "sample string 29",
        "last_name": "sample string 30",
        "phone": "sample string 31",
        "partner_name": "sample string 32",
        "email": "sample string 33",
        "portal_first_name": "sample string 34",
        "portal_last_name": "sample string 35",
        "portal_phone": "sample string 36",
        "portal_email": "sample string 37",
        "file": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "connection_method": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "data_connectivity": true,
        "charging_stations": [
          {
            "id": 1,
            "opening_hours": "sample string 2",
            "id_image": 1,
            "fulltext": "sample string 3",
            "hardware_id": "sample string 4",
            "evse_id": "sample string 5",
            "number": "sample string 6",
            "code": "sample string 7",
            "service_company_name": "sample string 8",
            "service_information": "sample string 9",
            "service_number": "sample string 10",
            "service_phone": "sample string 11",
            "service_email": "sample string 12",
            "revision_date": "2026-02-08T14:08:52Z",
            "activation_date": "2026-02-08T14:08:52Z",
            "manufacturer": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "manufacturer_text": "sample string 13",
            "model": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "establishment": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "state": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "model_text": "sample string 14",
            "rated_charger_power": 1.0,
            "available_charger_power": 1.0,
            "cpo_payment": true,
            "charger_control": true,
            "internal_charger": true,
            "latitude": "sample string 18",
            "longitude": "sample string 19",
            "charger_general_location": "sample string 20",
            "charger_registration_number": "sample string 21",
            "number_of_charging_points": 1.0,
            "firmware": "sample string 22",
            "charger_data_connection_method": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "ocpp_protocol": "sample string 23",
            "different_opening_hours": true,
            "opening_hours_all_day": true,
            "opening_hours_from": "sample string 26",
            "opening_hours_to": "sample string 27",
            "monday_opening_hours_all_day": true,
            "monday_opening_hours_from": "sample string 29",
            "monday_opening_hours_to": "sample string 30",
            "tuesday_opening_hours_all_day": true,
            "tuesday_opening_hours_from": "sample string 32",
            "tuesday_opening_hours_to": "sample string 33",
            "wednesday_opening_hours_all_day": true,
            "wednesday_opening_hours_from": "sample string 35",
            "wednesday_opening_hours_to": "sample string 36",
            "thursday_opening_hours_all_day": true,
            "thursday_opening_hours_from": "sample string 38",
            "thursday_opening_hours_to": "sample string 39",
            "friday_opening_hours_all_day": true,
            "friday_opening_hours_from": "sample string 41",
            "friday_opening_hours_to": "sample string 42",
            "saturday_opening_hours_all_day": true,
            "saturday_opening_hours_from": "sample string 44",
            "saturday_opening_hours_to": "sample string 45",
            "sunday_opening_hours_all_day": true,
            "sunday_opening_hours_from": "sample string 47",
            "sunday_opening_hours_to": "sample string 48",
            "accessibility": "sample string 49",
            "reader": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "has_reader": true,
            "lockable_charger": true,
            "key_availability_to_unlock": "sample string 52",
            "charger_operation": true,
            "electrical_connection_type": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "charger_assignment": "sample string 54",
            "photo_charger": {
              "id": "23f007ab-397e-4d1d-9156-0164603bd7a8",
              "name": "sample string 2",
              "deleted": true,
              "system_information": {
                "creation": {
                  "user": {
                    "id": 1,
                    "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                    "code": "sample string 2",
                    "title": "sample string 5",
                    "introduction": "sample string 6",
                    "first_name": "sample string 7",
                    "last_name": "sample string 8",
                    "full_name": "sample string 9",
                    "note": "sample string 10"
                  },
                  "date": "2026-02-08T14:08:52Z"
                },
                "last_change": {
                  "user": {
                    "id": 1,
                    "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                    "code": "sample string 2",
                    "title": "sample string 5",
                    "introduction": "sample string 6",
                    "first_name": "sample string 7",
                    "last_name": "sample string 8",
                    "full_name": "sample string 9",
                    "note": "sample string 10"
                  },
                  "date": "2026-02-08T14:08:52Z"
                }
              }
            },
            "charging_points": [
              {
                "id": 1,
                "id_transaction": 1,
                "hw_code": "sample string 2",
                "products": [
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  },
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  }
                ],
                "code": "sample string 3",
                "name": "sample string 4",
                "inclusion": "sample string 5",
                "is_possible_to_charge": true,
                "is_possible_to_charge_direct_payment": true,
                "state": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "charging_station": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "address": {
                  "id": 1,
                  "street": "sample string 2",
                  "descriptive_number": "sample string 3",
                  "house_number": "sample string 4",
                  "post_code": "sample string 5",
                  "city": "sample string 6",
                  "country": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  },
                  "type": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  }
                },
                "charging_speed": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "is_socket": true,
                "is_public": true,
                "location": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "rated_power": 1.0,
                "connector": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "output_power_from_manufacturer": 1.0,
                "output_power_avaiable_max": 1.0,
                "output_current_manufacturer": 1.0,
                "output_voltage_manufacturer": 1.0,
                "output_power_from": 1.0,
                "output_power_to": 1.0,
                "output_current": 1.0,
                "charging_start_hour": 1,
                "charging_start_minute": 1,
                "charging_start_second": 1,
                "still_continues": true,
                "planned_charging_end": "2026-02-08T14:08:52Z",
                "charging_start": "2026-02-08T14:08:52Z",
                "percent": 11
              },
              {
                "id": 1,
                "id_transaction": 1,
                "hw_code": "sample string 2",
                "products": [
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  },
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  }
                ],
                "code": "sample string 3",
                "name": "sample string 4",
                "inclusion": "sample string 5",
                "is_possible_to_charge": true,
                "is_possible_to_charge_direct_payment": true,
                "state": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "charging_station": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "address": {
                  "id": 1,
                  "street": "sample string 2",
                  "descriptive_number": "sample string 3",
                  "house_number": "sample string 4",
                  "post_code": "sample string 5",
                  "city": "sample string 6",
                  "country": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  },
                  "type": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  }
                },
                "charging_speed": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "is_socket": true,
                "is_public": true,
                "location": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "rated_power": 1.0,
                "connector": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "output_power_from_manufacturer": 1.0,
                "output_power_avaiable_max": 1.0,
                "output_current_manufacturer": 1.0,
                "output_voltage_manufacturer": 1.0,
                "output_power_from": 1.0,
                "output_power_to": 1.0,
                "output_current": 1.0,
                "charging_start_hour": 1,
                "charging_start_minute": 1,
                "charging_start_second": 1,
                "still_continues": true,
                "planned_charging_end": "2026-02-08T14:08:52Z",
                "charging_start": "2026-02-08T14:08:52Z",
                "percent": 11
              }
            ],
            "ip_address": "sample string 55",
            "actual_output_power": 1.0
          },
          {
            "id": 1,
            "opening_hours": "sample string 2",
            "id_image": 1,
            "fulltext": "sample string 3",
            "hardware_id": "sample string 4",
            "evse_id": "sample string 5",
            "number": "sample string 6",
            "code": "sample string 7",
            "service_company_name": "sample string 8",
            "service_information": "sample string 9",
            "service_number": "sample string 10",
            "service_phone": "sample string 11",
            "service_email": "sample string 12",
            "revision_date": "2026-02-08T14:08:52Z",
            "activation_date": "2026-02-08T14:08:52Z",
            "manufacturer": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "manufacturer_text": "sample string 13",
            "model": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "establishment": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "state": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "model_text": "sample string 14",
            "rated_charger_power": 1.0,
            "available_charger_power": 1.0,
            "cpo_payment": true,
            "charger_control": true,
            "internal_charger": true,
            "latitude": "sample string 18",
            "longitude": "sample string 19",
            "charger_general_location": "sample string 20",
            "charger_registration_number": "sample string 21",
            "number_of_charging_points": 1.0,
            "firmware": "sample string 22",
            "charger_data_connection_method": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "ocpp_protocol": "sample string 23",
            "different_opening_hours": true,
            "opening_hours_all_day": true,
            "opening_hours_from": "sample string 26",
            "opening_hours_to": "sample string 27",
            "monday_opening_hours_all_day": true,
            "monday_opening_hours_from": "sample string 29",
            "monday_opening_hours_to": "sample string 30",
            "tuesday_opening_hours_all_day": true,
            "tuesday_opening_hours_from": "sample string 32",
            "tuesday_opening_hours_to": "sample string 33",
            "wednesday_opening_hours_all_day": true,
            "wednesday_opening_hours_from": "sample string 35",
            "wednesday_opening_hours_to": "sample string 36",
            "thursday_opening_hours_all_day": true,
            "thursday_opening_hours_from": "sample string 38",
            "thursday_opening_hours_to": "sample string 39",
            "friday_opening_hours_all_day": true,
            "friday_opening_hours_from": "sample string 41",
            "friday_opening_hours_to": "sample string 42",
            "saturday_opening_hours_all_day": true,
            "saturday_opening_hours_from": "sample string 44",
            "saturday_opening_hours_to": "sample string 45",
            "sunday_opening_hours_all_day": true,
            "sunday_opening_hours_from": "sample string 47",
            "sunday_opening_hours_to": "sample string 48",
            "accessibility": "sample string 49",
            "reader": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "has_reader": true,
            "lockable_charger": true,
            "key_availability_to_unlock": "sample string 52",
            "charger_operation": true,
            "electrical_connection_type": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "charger_assignment": "sample string 54",
            "photo_charger": {
              "id": "23f007ab-397e-4d1d-9156-0164603bd7a8",
              "name": "sample string 2",
              "deleted": true,
              "system_information": {
                "creation": {
                  "user": {
                    "id": 1,
                    "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                    "code": "sample string 2",
                    "title": "sample string 5",
                    "introduction": "sample string 6",
                    "first_name": "sample string 7",
                    "last_name": "sample string 8",
                    "full_name": "sample string 9",
                    "note": "sample string 10"
                  },
                  "date": "2026-02-08T14:08:52Z"
                },
                "last_change": {
                  "user": {
                    "id": 1,
                    "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                    "code": "sample string 2",
                    "title": "sample string 5",
                    "introduction": "sample string 6",
                    "first_name": "sample string 7",
                    "last_name": "sample string 8",
                    "full_name": "sample string 9",
                    "note": "sample string 10"
                  },
                  "date": "2026-02-08T14:08:52Z"
                }
              }
            },
            "charging_points": [
              {
                "id": 1,
                "id_transaction": 1,
                "hw_code": "sample string 2",
                "products": [
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  },
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  }
                ],
                "code": "sample string 3",
                "name": "sample string 4",
                "inclusion": "sample string 5",
                "is_possible_to_charge": true,
                "is_possible_to_charge_direct_payment": true,
                "state": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "charging_station": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "address": {
                  "id": 1,
                  "street": "sample string 2",
                  "descriptive_number": "sample string 3",
                  "house_number": "sample string 4",
                  "post_code": "sample string 5",
                  "city": "sample string 6",
                  "country": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  },
                  "type": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  }
                },
                "charging_speed": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "is_socket": true,
                "is_public": true,
                "location": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "rated_power": 1.0,
                "connector": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "output_power_from_manufacturer": 1.0,
                "output_power_avaiable_max": 1.0,
                "output_current_manufacturer": 1.0,
                "output_voltage_manufacturer": 1.0,
                "output_power_from": 1.0,
                "output_power_to": 1.0,
                "output_current": 1.0,
                "charging_start_hour": 1,
                "charging_start_minute": 1,
                "charging_start_second": 1,
                "still_continues": true,
                "planned_charging_end": "2026-02-08T14:08:52Z",
                "charging_start": "2026-02-08T14:08:52Z",
                "percent": 11
              },
              {
                "id": 1,
                "id_transaction": 1,
                "hw_code": "sample string 2",
                "products": [
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  },
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  }
                ],
                "code": "sample string 3",
                "name": "sample string 4",
                "inclusion": "sample string 5",
                "is_possible_to_charge": true,
                "is_possible_to_charge_direct_payment": true,
                "state": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "charging_station": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "address": {
                  "id": 1,
                  "street": "sample string 2",
                  "descriptive_number": "sample string 3",
                  "house_number": "sample string 4",
                  "post_code": "sample string 5",
                  "city": "sample string 6",
                  "country": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  },
                  "type": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  }
                },
                "charging_speed": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "is_socket": true,
                "is_public": true,
                "location": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "rated_power": 1.0,
                "connector": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "output_power_from_manufacturer": 1.0,
                "output_power_avaiable_max": 1.0,
                "output_current_manufacturer": 1.0,
                "output_voltage_manufacturer": 1.0,
                "output_power_from": 1.0,
                "output_power_to": 1.0,
                "output_current": 1.0,
                "charging_start_hour": 1,
                "charging_start_minute": 1,
                "charging_start_second": 1,
                "still_continues": true,
                "planned_charging_end": "2026-02-08T14:08:52Z",
                "charging_start": "2026-02-08T14:08:52Z",
                "percent": 11
              }
            ],
            "ip_address": "sample string 55",
            "actual_output_power": 1.0
          }
        ],
        "file_agreement": true,
        "upload_connection_agreement_file": {
          "id": "23f007ab-397e-4d1d-9156-0164603bd7a8",
          "name": "sample string 2",
          "deleted": true,
          "system_information": {
            "creation": {
              "user": {
                "id": 1,
                "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                "code": "sample string 2",
                "title": "sample string 5",
                "introduction": "sample string 6",
                "first_name": "sample string 7",
                "last_name": "sample string 8",
                "full_name": "sample string 9",
                "note": "sample string 10"
              },
              "date": "2026-02-08T14:08:52Z"
            },
            "last_change": {
              "user": {
                "id": 1,
                "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                "code": "sample string 2",
                "title": "sample string 5",
                "introduction": "sample string 6",
                "first_name": "sample string 7",
                "last_name": "sample string 8",
                "full_name": "sample string 9",
                "note": "sample string 10"
              },
              "date": "2026-02-08T14:08:52Z"
            }
          }
        },
        "is_preparation_for_management": true,
        "preparation_company": "sample string 41"
      },
      "charging_station": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "chargee_id": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "car": {
        "id": 1,
        "date_of_activation": "2026-02-08T14:08:52Z",
        "date_of_deactivation": "2026-02-08T14:08:52Z",
        "establishment": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "spz": "sample string 2",
        "type": "sample string 3",
        "sub_type": "sample string 4",
        "producer_name": "sample string 4",
        "model_name": "sample string 4",
        "charge_ids": "sample string 7",
        "vin": "sample string 8",
        "code": "sample string 9",
        "data": "sample string 10",
        "car_type": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "producer": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "model": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "state": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "state_name": "sample string 4",
        "deleted": true,
        "date_create": "2026-02-08T14:08:52Z"
      },
      "card": {
        "id": 1,
        "date_of_activation": "2026-02-08T14:08:52Z",
        "date_of_deactivation": "2026-02-08T14:08:52Z",
        "establishment": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "number": "sample string 2",
        "code": "sample string 3",
        "name": "sample string 4",
        "data": "sample string 5",
        "charge_ids": "sample string 6",
        "state": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "state_name": "sample string 4",
        "type": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "deleted": true,
        "date_create": "2026-02-08T14:08:52Z"
      },
      "user": {
        "id": 1,
        "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
        "code": "sample string 2",
        "title": "sample string 5",
        "introduction": "sample string 6",
        "first_name": "sample string 7",
        "last_name": "sample string 8",
        "full_name": "sample string 9",
        "note": "sample string 10"
      },
      "charging_point": {
        "id": 1,
        "id_transaction": 1,
        "hw_code": "sample string 2",
        "products": [
          {
            "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
            "name": "sample string 2",
            "reservation_time": 3,
            "blocking_value": 4.0,
            "id_product": 5,
            "amount_with_vat": 6.0
          },
          {
            "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
            "name": "sample string 2",
            "reservation_time": 3,
            "blocking_value": 4.0,
            "id_product": 5,
            "amount_with_vat": 6.0
          }
        ],
        "code": "sample string 3",
        "name": "sample string 4",
        "inclusion": "sample string 5",
        "is_possible_to_charge": true,
        "is_possible_to_charge_direct_payment": true,
        "state": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "charging_station": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "address": {
          "id": 1,
          "street": "sample string 2",
          "descriptive_number": "sample string 3",
          "house_number": "sample string 4",
          "post_code": "sample string 5",
          "city": "sample string 6",
          "country": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "type": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          }
        },
        "charging_speed": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "is_socket": true,
        "is_public": true,
        "location": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "rated_power": 1.0,
        "connector": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "output_power_from_manufacturer": 1.0,
        "output_power_avaiable_max": 1.0,
        "output_current_manufacturer": 1.0,
        "output_voltage_manufacturer": 1.0,
        "output_power_from": 1.0,
        "output_power_to": 1.0,
        "output_current": 1.0,
        "charging_start_hour": 1,
        "charging_start_minute": 1,
        "charging_start_second": 1,
        "still_continues": true,
        "planned_charging_end": "2026-02-08T14:08:52Z",
        "charging_start": "2026-02-08T14:08:52Z",
        "percent": 11
      },
      "state": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      }
    },
    {
      "id": 1,
      "is_settled": true,
      "number": "sample string 3",
      "number_code": "sample string 4",
      "evse_id": "sample string 5",
      "designation": "sample string 6",
      "rfid_printed_number": "sample string 7",
      "round": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "is_public": true,
      "type_charging": {
        "is_cabel": false,
        "id": 2,
        "name": "VeĊ™ejné"
      },
      "session_id": "sample string 9",
      "price": 46.0,
      "price_with_vat": 53.0,
      "price_charging": 10.0,
      "price_one_time_fee": 11.0,
      "price_time_fee": 12.0,
      "price_parking": 13.0,
      "price_fee": 14.0,
      "price_other": 15.0,
      "price_charging_with_vat": 16.0,
      "price_one_time_fee_with_vat": 17.0,
      "price_time_fee_with_vat": 18.0,
      "price_parking_with_vat": 19.0,
      "price_fee_with_vat": 20.0,
      "price_other_with_vat": 21.0,
      "price_charging_unit_of_measure": 22.0,
      "price_one_time_fee_unit_of_measure": 23.0,
      "price_time_fee_unit_of_measure": 24.0,
      "price_parking_unit_of_measure": 25.0,
      "price_fee_unit_of_measure": 26.0,
      "price_other_unit_of_measure": 27.0,
      "price_charging_with_vat_unit_of_measure": 28.0,
      "price_one_time_fee_with_vat_unit_of_measure": 29.0,
      "price_time_fee_with_vat_unit_of_measure": 30.0,
      "price_parking_with_vat_unit_of_measure": 31.0,
      "price_fee_with_vat_unit_of_measure": 32.0,
      "price_other_with_vat_unit_of_measure": 33.0,
      "model": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "charging_type": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "rfid": "sample string 34",
      "product": "sample string 35",
      "chargee_net": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "start_date": "2026-02-08T14:08:52Z",
      "start_value": 37.0,
      "end_value": 38.0,
      "end_date": "2026-02-08T14:08:52Z",
      "charging_start": "2026-02-08T14:08:52Z",
      "charging_end": "2026-02-08T14:08:52Z",
      "total_charging_time": 39.0,
      "total_session_time": 40.0,
      "total_charging_time_string": "00:00:00",
      "total_session_time_string": "00:00:00",
      "total_consumption": 43.0,
      "authorization": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "establishment": {
        "id": 1,
        "deleted": true,
        "name": "sample string 3",
        "street": "sample string 4",
        "descriptive_number": "sample string 5",
        "connection_method_text": "sample string 6",
        "house_number": "sample string 7",
        "post_code": "sample string 8",
        "state": "sample string 9",
        "city": "sample string 10",
        "country": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "mailing_street": "sample string 11",
        "mailing_descriptive_number": "sample string 12",
        "mailing_house_number": "sample string 13",
        "mailing_post_code": "sample string 14",
        "mailing_city": "sample string 15",
        "mailing_country": "sample string 16",
        "billing_street": "sample string 17",
        "is_mailing_address_different": true,
        "billing_descriptive_number": "sample string 19",
        "billing_house_number": "sample string 20",
        "billing_post_code": "sample string 21",
        "billing_city": "sample string 22",
        "billing_country": "sample string 23",
        "is_billing_address_different": true,
        "technical_first_name": "sample string 25",
        "technical_last_name": "sample string 26",
        "technical_phone": "sample string 27",
        "technical_email": "sample string 28",
        "first_name": "sample string 29",
        "last_name": "sample string 30",
        "phone": "sample string 31",
        "partner_name": "sample string 32",
        "email": "sample string 33",
        "portal_first_name": "sample string 34",
        "portal_last_name": "sample string 35",
        "portal_phone": "sample string 36",
        "portal_email": "sample string 37",
        "file": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "connection_method": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "data_connectivity": true,
        "charging_stations": [
          {
            "id": 1,
            "opening_hours": "sample string 2",
            "id_image": 1,
            "fulltext": "sample string 3",
            "hardware_id": "sample string 4",
            "evse_id": "sample string 5",
            "number": "sample string 6",
            "code": "sample string 7",
            "service_company_name": "sample string 8",
            "service_information": "sample string 9",
            "service_number": "sample string 10",
            "service_phone": "sample string 11",
            "service_email": "sample string 12",
            "revision_date": "2026-02-08T14:08:52Z",
            "activation_date": "2026-02-08T14:08:52Z",
            "manufacturer": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "manufacturer_text": "sample string 13",
            "model": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "establishment": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "state": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "model_text": "sample string 14",
            "rated_charger_power": 1.0,
            "available_charger_power": 1.0,
            "cpo_payment": true,
            "charger_control": true,
            "internal_charger": true,
            "latitude": "sample string 18",
            "longitude": "sample string 19",
            "charger_general_location": "sample string 20",
            "charger_registration_number": "sample string 21",
            "number_of_charging_points": 1.0,
            "firmware": "sample string 22",
            "charger_data_connection_method": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "ocpp_protocol": "sample string 23",
            "different_opening_hours": true,
            "opening_hours_all_day": true,
            "opening_hours_from": "sample string 26",
            "opening_hours_to": "sample string 27",
            "monday_opening_hours_all_day": true,
            "monday_opening_hours_from": "sample string 29",
            "monday_opening_hours_to": "sample string 30",
            "tuesday_opening_hours_all_day": true,
            "tuesday_opening_hours_from": "sample string 32",
            "tuesday_opening_hours_to": "sample string 33",
            "wednesday_opening_hours_all_day": true,
            "wednesday_opening_hours_from": "sample string 35",
            "wednesday_opening_hours_to": "sample string 36",
            "thursday_opening_hours_all_day": true,
            "thursday_opening_hours_from": "sample string 38",
            "thursday_opening_hours_to": "sample string 39",
            "friday_opening_hours_all_day": true,
            "friday_opening_hours_from": "sample string 41",
            "friday_opening_hours_to": "sample string 42",
            "saturday_opening_hours_all_day": true,
            "saturday_opening_hours_from": "sample string 44",
            "saturday_opening_hours_to": "sample string 45",
            "sunday_opening_hours_all_day": true,
            "sunday_opening_hours_from": "sample string 47",
            "sunday_opening_hours_to": "sample string 48",
            "accessibility": "sample string 49",
            "reader": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "has_reader": true,
            "lockable_charger": true,
            "key_availability_to_unlock": "sample string 52",
            "charger_operation": true,
            "electrical_connection_type": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "charger_assignment": "sample string 54",
            "photo_charger": {
              "id": "23f007ab-397e-4d1d-9156-0164603bd7a8",
              "name": "sample string 2",
              "deleted": true,
              "system_information": {
                "creation": {
                  "user": {
                    "id": 1,
                    "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                    "code": "sample string 2",
                    "title": "sample string 5",
                    "introduction": "sample string 6",
                    "first_name": "sample string 7",
                    "last_name": "sample string 8",
                    "full_name": "sample string 9",
                    "note": "sample string 10"
                  },
                  "date": "2026-02-08T14:08:52Z"
                },
                "last_change": {
                  "user": {
                    "id": 1,
                    "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                    "code": "sample string 2",
                    "title": "sample string 5",
                    "introduction": "sample string 6",
                    "first_name": "sample string 7",
                    "last_name": "sample string 8",
                    "full_name": "sample string 9",
                    "note": "sample string 10"
                  },
                  "date": "2026-02-08T14:08:52Z"
                }
              }
            },
            "charging_points": [
              {
                "id": 1,
                "id_transaction": 1,
                "hw_code": "sample string 2",
                "products": [
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  },
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  }
                ],
                "code": "sample string 3",
                "name": "sample string 4",
                "inclusion": "sample string 5",
                "is_possible_to_charge": true,
                "is_possible_to_charge_direct_payment": true,
                "state": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "charging_station": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "address": {
                  "id": 1,
                  "street": "sample string 2",
                  "descriptive_number": "sample string 3",
                  "house_number": "sample string 4",
                  "post_code": "sample string 5",
                  "city": "sample string 6",
                  "country": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  },
                  "type": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  }
                },
                "charging_speed": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "is_socket": true,
                "is_public": true,
                "location": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "rated_power": 1.0,
                "connector": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "output_power_from_manufacturer": 1.0,
                "output_power_avaiable_max": 1.0,
                "output_current_manufacturer": 1.0,
                "output_voltage_manufacturer": 1.0,
                "output_power_from": 1.0,
                "output_power_to": 1.0,
                "output_current": 1.0,
                "charging_start_hour": 1,
                "charging_start_minute": 1,
                "charging_start_second": 1,
                "still_continues": true,
                "planned_charging_end": "2026-02-08T14:08:52Z",
                "charging_start": "2026-02-08T14:08:52Z",
                "percent": 11
              },
              {
                "id": 1,
                "id_transaction": 1,
                "hw_code": "sample string 2",
                "products": [
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  },
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  }
                ],
                "code": "sample string 3",
                "name": "sample string 4",
                "inclusion": "sample string 5",
                "is_possible_to_charge": true,
                "is_possible_to_charge_direct_payment": true,
                "state": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "charging_station": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "address": {
                  "id": 1,
                  "street": "sample string 2",
                  "descriptive_number": "sample string 3",
                  "house_number": "sample string 4",
                  "post_code": "sample string 5",
                  "city": "sample string 6",
                  "country": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  },
                  "type": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  }
                },
                "charging_speed": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "is_socket": true,
                "is_public": true,
                "location": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "rated_power": 1.0,
                "connector": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "output_power_from_manufacturer": 1.0,
                "output_power_avaiable_max": 1.0,
                "output_current_manufacturer": 1.0,
                "output_voltage_manufacturer": 1.0,
                "output_power_from": 1.0,
                "output_power_to": 1.0,
                "output_current": 1.0,
                "charging_start_hour": 1,
                "charging_start_minute": 1,
                "charging_start_second": 1,
                "still_continues": true,
                "planned_charging_end": "2026-02-08T14:08:52Z",
                "charging_start": "2026-02-08T14:08:52Z",
                "percent": 11
              }
            ],
            "ip_address": "sample string 55",
            "actual_output_power": 1.0
          },
          {
            "id": 1,
            "opening_hours": "sample string 2",
            "id_image": 1,
            "fulltext": "sample string 3",
            "hardware_id": "sample string 4",
            "evse_id": "sample string 5",
            "number": "sample string 6",
            "code": "sample string 7",
            "service_company_name": "sample string 8",
            "service_information": "sample string 9",
            "service_number": "sample string 10",
            "service_phone": "sample string 11",
            "service_email": "sample string 12",
            "revision_date": "2026-02-08T14:08:52Z",
            "activation_date": "2026-02-08T14:08:52Z",
            "manufacturer": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "manufacturer_text": "sample string 13",
            "model": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "establishment": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "state": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "model_text": "sample string 14",
            "rated_charger_power": 1.0,
            "available_charger_power": 1.0,
            "cpo_payment": true,
            "charger_control": true,
            "internal_charger": true,
            "latitude": "sample string 18",
            "longitude": "sample string 19",
            "charger_general_location": "sample string 20",
            "charger_registration_number": "sample string 21",
            "number_of_charging_points": 1.0,
            "firmware": "sample string 22",
            "charger_data_connection_method": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "ocpp_protocol": "sample string 23",
            "different_opening_hours": true,
            "opening_hours_all_day": true,
            "opening_hours_from": "sample string 26",
            "opening_hours_to": "sample string 27",
            "monday_opening_hours_all_day": true,
            "monday_opening_hours_from": "sample string 29",
            "monday_opening_hours_to": "sample string 30",
            "tuesday_opening_hours_all_day": true,
            "tuesday_opening_hours_from": "sample string 32",
            "tuesday_opening_hours_to": "sample string 33",
            "wednesday_opening_hours_all_day": true,
            "wednesday_opening_hours_from": "sample string 35",
            "wednesday_opening_hours_to": "sample string 36",
            "thursday_opening_hours_all_day": true,
            "thursday_opening_hours_from": "sample string 38",
            "thursday_opening_hours_to": "sample string 39",
            "friday_opening_hours_all_day": true,
            "friday_opening_hours_from": "sample string 41",
            "friday_opening_hours_to": "sample string 42",
            "saturday_opening_hours_all_day": true,
            "saturday_opening_hours_from": "sample string 44",
            "saturday_opening_hours_to": "sample string 45",
            "sunday_opening_hours_all_day": true,
            "sunday_opening_hours_from": "sample string 47",
            "sunday_opening_hours_to": "sample string 48",
            "accessibility": "sample string 49",
            "reader": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "has_reader": true,
            "lockable_charger": true,
            "key_availability_to_unlock": "sample string 52",
            "charger_operation": true,
            "electrical_connection_type": {
              "code": "sample string 1",
              "is_cabel": true,
              "id": 3,
              "name": "sample string 4"
            },
            "charger_assignment": "sample string 54",
            "photo_charger": {
              "id": "23f007ab-397e-4d1d-9156-0164603bd7a8",
              "name": "sample string 2",
              "deleted": true,
              "system_information": {
                "creation": {
                  "user": {
                    "id": 1,
                    "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                    "code": "sample string 2",
                    "title": "sample string 5",
                    "introduction": "sample string 6",
                    "first_name": "sample string 7",
                    "last_name": "sample string 8",
                    "full_name": "sample string 9",
                    "note": "sample string 10"
                  },
                  "date": "2026-02-08T14:08:52Z"
                },
                "last_change": {
                  "user": {
                    "id": 1,
                    "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                    "code": "sample string 2",
                    "title": "sample string 5",
                    "introduction": "sample string 6",
                    "first_name": "sample string 7",
                    "last_name": "sample string 8",
                    "full_name": "sample string 9",
                    "note": "sample string 10"
                  },
                  "date": "2026-02-08T14:08:52Z"
                }
              }
            },
            "charging_points": [
              {
                "id": 1,
                "id_transaction": 1,
                "hw_code": "sample string 2",
                "products": [
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  },
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  }
                ],
                "code": "sample string 3",
                "name": "sample string 4",
                "inclusion": "sample string 5",
                "is_possible_to_charge": true,
                "is_possible_to_charge_direct_payment": true,
                "state": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "charging_station": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "address": {
                  "id": 1,
                  "street": "sample string 2",
                  "descriptive_number": "sample string 3",
                  "house_number": "sample string 4",
                  "post_code": "sample string 5",
                  "city": "sample string 6",
                  "country": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  },
                  "type": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  }
                },
                "charging_speed": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "is_socket": true,
                "is_public": true,
                "location": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "rated_power": 1.0,
                "connector": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "output_power_from_manufacturer": 1.0,
                "output_power_avaiable_max": 1.0,
                "output_current_manufacturer": 1.0,
                "output_voltage_manufacturer": 1.0,
                "output_power_from": 1.0,
                "output_power_to": 1.0,
                "output_current": 1.0,
                "charging_start_hour": 1,
                "charging_start_minute": 1,
                "charging_start_second": 1,
                "still_continues": true,
                "planned_charging_end": "2026-02-08T14:08:52Z",
                "charging_start": "2026-02-08T14:08:52Z",
                "percent": 11
              },
              {
                "id": 1,
                "id_transaction": 1,
                "hw_code": "sample string 2",
                "products": [
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  },
                  {
                    "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
                    "name": "sample string 2",
                    "reservation_time": 3,
                    "blocking_value": 4.0,
                    "id_product": 5,
                    "amount_with_vat": 6.0
                  }
                ],
                "code": "sample string 3",
                "name": "sample string 4",
                "inclusion": "sample string 5",
                "is_possible_to_charge": true,
                "is_possible_to_charge_direct_payment": true,
                "state": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "charging_station": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "address": {
                  "id": 1,
                  "street": "sample string 2",
                  "descriptive_number": "sample string 3",
                  "house_number": "sample string 4",
                  "post_code": "sample string 5",
                  "city": "sample string 6",
                  "country": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  },
                  "type": {
                    "code": "sample string 1",
                    "is_cabel": true,
                    "id": 3,
                    "name": "sample string 4"
                  }
                },
                "charging_speed": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "is_socket": true,
                "is_public": true,
                "location": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "rated_power": 1.0,
                "connector": {
                  "code": "sample string 1",
                  "is_cabel": true,
                  "id": 3,
                  "name": "sample string 4"
                },
                "output_power_from_manufacturer": 1.0,
                "output_power_avaiable_max": 1.0,
                "output_current_manufacturer": 1.0,
                "output_voltage_manufacturer": 1.0,
                "output_power_from": 1.0,
                "output_power_to": 1.0,
                "output_current": 1.0,
                "charging_start_hour": 1,
                "charging_start_minute": 1,
                "charging_start_second": 1,
                "still_continues": true,
                "planned_charging_end": "2026-02-08T14:08:52Z",
                "charging_start": "2026-02-08T14:08:52Z",
                "percent": 11
              }
            ],
            "ip_address": "sample string 55",
            "actual_output_power": 1.0
          }
        ],
        "file_agreement": true,
        "upload_connection_agreement_file": {
          "id": "23f007ab-397e-4d1d-9156-0164603bd7a8",
          "name": "sample string 2",
          "deleted": true,
          "system_information": {
            "creation": {
              "user": {
                "id": 1,
                "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                "code": "sample string 2",
                "title": "sample string 5",
                "introduction": "sample string 6",
                "first_name": "sample string 7",
                "last_name": "sample string 8",
                "full_name": "sample string 9",
                "note": "sample string 10"
              },
              "date": "2026-02-08T14:08:52Z"
            },
            "last_change": {
              "user": {
                "id": 1,
                "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
                "code": "sample string 2",
                "title": "sample string 5",
                "introduction": "sample string 6",
                "first_name": "sample string 7",
                "last_name": "sample string 8",
                "full_name": "sample string 9",
                "note": "sample string 10"
              },
              "date": "2026-02-08T14:08:52Z"
            }
          }
        },
        "is_preparation_for_management": true,
        "preparation_company": "sample string 41"
      },
      "charging_station": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "chargee_id": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      },
      "car": {
        "id": 1,
        "date_of_activation": "2026-02-08T14:08:52Z",
        "date_of_deactivation": "2026-02-08T14:08:52Z",
        "establishment": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "spz": "sample string 2",
        "type": "sample string 3",
        "sub_type": "sample string 4",
        "producer_name": "sample string 4",
        "model_name": "sample string 4",
        "charge_ids": "sample string 7",
        "vin": "sample string 8",
        "code": "sample string 9",
        "data": "sample string 10",
        "car_type": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "producer": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "model": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "state": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "state_name": "sample string 4",
        "deleted": true,
        "date_create": "2026-02-08T14:08:52Z"
      },
      "card": {
        "id": 1,
        "date_of_activation": "2026-02-08T14:08:52Z",
        "date_of_deactivation": "2026-02-08T14:08:52Z",
        "establishment": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "number": "sample string 2",
        "code": "sample string 3",
        "name": "sample string 4",
        "data": "sample string 5",
        "charge_ids": "sample string 6",
        "state": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "state_name": "sample string 4",
        "type": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "deleted": true,
        "date_create": "2026-02-08T14:08:52Z"
      },
      "user": {
        "id": 1,
        "image_id": "0aa8a15c-c73e-47be-b9a2-f884d3ada20f",
        "code": "sample string 2",
        "title": "sample string 5",
        "introduction": "sample string 6",
        "first_name": "sample string 7",
        "last_name": "sample string 8",
        "full_name": "sample string 9",
        "note": "sample string 10"
      },
      "charging_point": {
        "id": 1,
        "id_transaction": 1,
        "hw_code": "sample string 2",
        "products": [
          {
            "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
            "name": "sample string 2",
            "reservation_time": 3,
            "blocking_value": 4.0,
            "id_product": 5,
            "amount_with_vat": 6.0
          },
          {
            "id": "8e2ceb66-2122-42cd-a48e-f95ccb9befe1",
            "name": "sample string 2",
            "reservation_time": 3,
            "blocking_value": 4.0,
            "id_product": 5,
            "amount_with_vat": 6.0
          }
        ],
        "code": "sample string 3",
        "name": "sample string 4",
        "inclusion": "sample string 5",
        "is_possible_to_charge": true,
        "is_possible_to_charge_direct_payment": true,
        "state": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "charging_station": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "address": {
          "id": 1,
          "street": "sample string 2",
          "descriptive_number": "sample string 3",
          "house_number": "sample string 4",
          "post_code": "sample string 5",
          "city": "sample string 6",
          "country": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          },
          "type": {
            "code": "sample string 1",
            "is_cabel": true,
            "id": 3,
            "name": "sample string 4"
          }
        },
        "charging_speed": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "is_socket": true,
        "is_public": true,
        "location": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "rated_power": 1.0,
        "connector": {
          "code": "sample string 1",
          "is_cabel": true,
          "id": 3,
          "name": "sample string 4"
        },
        "output_power_from_manufacturer": 1.0,
        "output_power_avaiable_max": 1.0,
        "output_current_manufacturer": 1.0,
        "output_voltage_manufacturer": 1.0,
        "output_power_from": 1.0,
        "output_power_to": 1.0,
        "output_current": 1.0,
        "charging_start_hour": 1,
        "charging_start_minute": 1,
        "charging_start_second": 1,
        "still_continues": true,
        "planned_charging_end": "2026-02-08T14:08:52Z",
        "charging_start": "2026-02-08T14:08:52Z",
        "percent": 11
      },
      "state": {
        "code": "sample string 1",
        "is_cabel": true,
        "id": 3,
        "name": "sample string 4"
      }
    }
  ],
  "pagination": {
    "object_count": 1,
    "page": 1,
    "per_page": 1
  },
  "structure": [
    {
      "name": "sample string 1",
      "title": "sample string 2",
      "width": 3,
      "show": true,
      "format": "sample string 5",
      "text_align": 6,
      "items": [
        {},
        {}
      ],
      "filter": "sample string 7",
      "type": "sample string 8",
      "order_number": 9
    },
    {
      "name": "sample string 1",
      "title": "sample string 2",
      "width": 3,
      "show": true,
      "format": "sample string 5",
      "text_align": 6,
      "items": [
        {},
        {}
      ],
      "filter": "sample string 7",
      "type": "sample string 8",
      "order_number": 9
    }
  ],
  "format_conditions": [
    {},
    {}
  ],
  "message": "sample string 1",
  "show_message": true
}

application/xml, text/xml

Sample:
<PaginationResponseTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/IO.Swagger.Models" xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">
    <d2p1:Transaction>
      <d2p1:authorization>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:authorization>
      <d2p1:car>
        <d2p1:car_type>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:car_type>
        <d2p1:charge_ids>sample string 7</d2p1:charge_ids>
        <d2p1:code>sample string 9</d2p1:code>
        <d2p1:data>sample string 10</d2p1:data>
        <d2p1:date_create>2026-02-08T15:08:52.1570472+01:00</d2p1:date_create>
        <d2p1:date_of_activation>2026-02-08T15:08:52.1570472+01:00</d2p1:date_of_activation>
        <d2p1:date_of_deactivation>2026-02-08T15:08:52.1570472+01:00</d2p1:date_of_deactivation>
        <d2p1:deleted>true</d2p1:deleted>
        <d2p1:establishment>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:establishment>
        <d2p1:id>1</d2p1:id>
        <d2p1:model>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:model>
        <d2p1:model_name>sample string 4</d2p1:model_name>
        <d2p1:producer>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:producer>
        <d2p1:producer_name>sample string 4</d2p1:producer_name>
        <d2p1:spz>sample string 2</d2p1:spz>
        <d2p1:state>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:state>
        <d2p1:state_name>sample string 4</d2p1:state_name>
        <d2p1:sub_type>sample string 4</d2p1:sub_type>
        <d2p1:type>sample string 3</d2p1:type>
        <d2p1:vin>sample string 8</d2p1:vin>
      </d2p1:car>
      <d2p1:card>
        <d2p1:charge_ids>sample string 6</d2p1:charge_ids>
        <d2p1:code>sample string 3</d2p1:code>
        <d2p1:data>sample string 5</d2p1:data>
        <d2p1:date_create>2026-02-08T15:08:52.1570472+01:00</d2p1:date_create>
        <d2p1:date_of_activation>2026-02-08T15:08:52.1570472+01:00</d2p1:date_of_activation>
        <d2p1:date_of_deactivation>2026-02-08T15:08:52.1570472+01:00</d2p1:date_of_deactivation>
        <d2p1:deleted>true</d2p1:deleted>
        <d2p1:establishment>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:establishment>
        <d2p1:id>1</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:number>sample string 2</d2p1:number>
        <d2p1:state>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:state>
        <d2p1:state_name>sample string 4</d2p1:state_name>
        <d2p1:type>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:type>
      </d2p1:card>
      <d2p1:chargee_id>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:chargee_id>
      <d2p1:chargee_net>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:chargee_net>
      <d2p1:charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_end>
      <d2p1:charging_point>
        <d2p1:address>
          <d2p1:city>sample string 6</d2p1:city>
          <d2p1:country>
            <d2p1:id>3</d2p1:id>
            <d2p1:name>sample string 4</d2p1:name>
            <d2p1:code>sample string 1</d2p1:code>
            <d2p1:is_cabel>true</d2p1:is_cabel>
          </d2p1:country>
          <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
          <d2p1:house_number>sample string 4</d2p1:house_number>
          <d2p1:id>1</d2p1:id>
          <d2p1:post_code>sample string 5</d2p1:post_code>
          <d2p1:street>sample string 2</d2p1:street>
          <d2p1:type>
            <d2p1:id>3</d2p1:id>
            <d2p1:name>sample string 4</d2p1:name>
            <d2p1:code>sample string 1</d2p1:code>
            <d2p1:is_cabel>true</d2p1:is_cabel>
          </d2p1:type>
        </d2p1:address>
        <d2p1:charging_speed>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:charging_speed>
        <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
        <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
        <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
        <d2p1:charging_start_second>1</d2p1:charging_start_second>
        <d2p1:charging_station>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:charging_station>
        <d2p1:code>sample string 3</d2p1:code>
        <d2p1:connector>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:connector>
        <d2p1:hw_code>sample string 2</d2p1:hw_code>
        <d2p1:id>1</d2p1:id>
        <d2p1:id_transaction>1</d2p1:id_transaction>
        <d2p1:inclusion>sample string 5</d2p1:inclusion>
        <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
        <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
        <d2p1:is_public>true</d2p1:is_public>
        <d2p1:is_socket>true</d2p1:is_socket>
        <d2p1:location>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:location>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:output_current>1</d2p1:output_current>
        <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
        <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
        <d2p1:output_power_from>1</d2p1:output_power_from>
        <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
        <d2p1:output_power_to>1</d2p1:output_power_to>
        <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
        <d2p1:percent>11</d2p1:percent>
        <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
        <d2p1:products>
          <d2p1:DirectPaymentProduct>
            <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
            <d2p1:blocking_value>4</d2p1:blocking_value>
            <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
            <d2p1:id_product>5</d2p1:id_product>
            <d2p1:name>sample string 2</d2p1:name>
            <d2p1:reservation_time>3</d2p1:reservation_time>
          </d2p1:DirectPaymentProduct>
          <d2p1:DirectPaymentProduct>
            <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
            <d2p1:blocking_value>4</d2p1:blocking_value>
            <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
            <d2p1:id_product>5</d2p1:id_product>
            <d2p1:name>sample string 2</d2p1:name>
            <d2p1:reservation_time>3</d2p1:reservation_time>
          </d2p1:DirectPaymentProduct>
        </d2p1:products>
        <d2p1:rated_power>1</d2p1:rated_power>
        <d2p1:state>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:state>
        <d2p1:still_continues>true</d2p1:still_continues>
      </d2p1:charging_point>
      <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
      <d2p1:charging_station>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:charging_station>
      <d2p1:charging_type>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:charging_type>
      <d2p1:designation>sample string 6</d2p1:designation>
      <d2p1:end_date>2026-02-08T15:08:52.1570472+01:00</d2p1:end_date>
      <d2p1:end_value>38</d2p1:end_value>
      <d2p1:establishment>
        <d2p1:billing_city>sample string 22</d2p1:billing_city>
        <d2p1:billing_country>sample string 23</d2p1:billing_country>
        <d2p1:billing_descriptive_number>sample string 19</d2p1:billing_descriptive_number>
        <d2p1:billing_house_number>sample string 20</d2p1:billing_house_number>
        <d2p1:billing_post_code>sample string 21</d2p1:billing_post_code>
        <d2p1:billing_street>sample string 17</d2p1:billing_street>
        <d2p1:charging_stations>
          <d2p1:ChargingStation>
            <d2p1:accessibility>sample string 49</d2p1:accessibility>
            <d2p1:activation_date>2026-02-08T15:08:52.1570472+01:00</d2p1:activation_date>
            <d2p1:actual_output_power>1</d2p1:actual_output_power>
            <d2p1:available_charger_power>1</d2p1:available_charger_power>
            <d2p1:charger_assignment>sample string 54</d2p1:charger_assignment>
            <d2p1:charger_control>true</d2p1:charger_control>
            <d2p1:charger_data_connection_method>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:charger_data_connection_method>
            <d2p1:charger_general_location>sample string 20</d2p1:charger_general_location>
            <d2p1:charger_operation>true</d2p1:charger_operation>
            <d2p1:charger_registration_number>sample string 21</d2p1:charger_registration_number>
            <d2p1:charging_points>
              <d2p1:ChargingPoint>
                <d2p1:address>
                  <d2p1:city>sample string 6</d2p1:city>
                  <d2p1:country>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:country>
                  <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
                  <d2p1:house_number>sample string 4</d2p1:house_number>
                  <d2p1:id>1</d2p1:id>
                  <d2p1:post_code>sample string 5</d2p1:post_code>
                  <d2p1:street>sample string 2</d2p1:street>
                  <d2p1:type>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:type>
                </d2p1:address>
                <d2p1:charging_speed>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_speed>
                <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
                <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
                <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
                <d2p1:charging_start_second>1</d2p1:charging_start_second>
                <d2p1:charging_station>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_station>
                <d2p1:code>sample string 3</d2p1:code>
                <d2p1:connector>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:connector>
                <d2p1:hw_code>sample string 2</d2p1:hw_code>
                <d2p1:id>1</d2p1:id>
                <d2p1:id_transaction>1</d2p1:id_transaction>
                <d2p1:inclusion>sample string 5</d2p1:inclusion>
                <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
                <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
                <d2p1:is_public>true</d2p1:is_public>
                <d2p1:is_socket>true</d2p1:is_socket>
                <d2p1:location>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:location>
                <d2p1:name>sample string 4</d2p1:name>
                <d2p1:output_current>1</d2p1:output_current>
                <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
                <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
                <d2p1:output_power_from>1</d2p1:output_power_from>
                <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
                <d2p1:output_power_to>1</d2p1:output_power_to>
                <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
                <d2p1:percent>11</d2p1:percent>
                <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
                <d2p1:products>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                </d2p1:products>
                <d2p1:rated_power>1</d2p1:rated_power>
                <d2p1:state>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:state>
                <d2p1:still_continues>true</d2p1:still_continues>
              </d2p1:ChargingPoint>
              <d2p1:ChargingPoint>
                <d2p1:address>
                  <d2p1:city>sample string 6</d2p1:city>
                  <d2p1:country>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:country>
                  <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
                  <d2p1:house_number>sample string 4</d2p1:house_number>
                  <d2p1:id>1</d2p1:id>
                  <d2p1:post_code>sample string 5</d2p1:post_code>
                  <d2p1:street>sample string 2</d2p1:street>
                  <d2p1:type>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:type>
                </d2p1:address>
                <d2p1:charging_speed>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_speed>
                <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
                <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
                <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
                <d2p1:charging_start_second>1</d2p1:charging_start_second>
                <d2p1:charging_station>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_station>
                <d2p1:code>sample string 3</d2p1:code>
                <d2p1:connector>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:connector>
                <d2p1:hw_code>sample string 2</d2p1:hw_code>
                <d2p1:id>1</d2p1:id>
                <d2p1:id_transaction>1</d2p1:id_transaction>
                <d2p1:inclusion>sample string 5</d2p1:inclusion>
                <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
                <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
                <d2p1:is_public>true</d2p1:is_public>
                <d2p1:is_socket>true</d2p1:is_socket>
                <d2p1:location>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:location>
                <d2p1:name>sample string 4</d2p1:name>
                <d2p1:output_current>1</d2p1:output_current>
                <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
                <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
                <d2p1:output_power_from>1</d2p1:output_power_from>
                <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
                <d2p1:output_power_to>1</d2p1:output_power_to>
                <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
                <d2p1:percent>11</d2p1:percent>
                <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
                <d2p1:products>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                </d2p1:products>
                <d2p1:rated_power>1</d2p1:rated_power>
                <d2p1:state>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:state>
                <d2p1:still_continues>true</d2p1:still_continues>
              </d2p1:ChargingPoint>
            </d2p1:charging_points>
            <d2p1:code>sample string 7</d2p1:code>
            <d2p1:cpo_payment>true</d2p1:cpo_payment>
            <d2p1:different_opening_hours>true</d2p1:different_opening_hours>
            <d2p1:electrical_connection_type>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:electrical_connection_type>
            <d2p1:establishment>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:establishment>
            <d2p1:evse_id>sample string 5</d2p1:evse_id>
            <d2p1:firmware>sample string 22</d2p1:firmware>
            <d2p1:friday_opening_hours_all_day>true</d2p1:friday_opening_hours_all_day>
            <d2p1:friday_opening_hours_from>sample string 41</d2p1:friday_opening_hours_from>
            <d2p1:friday_opening_hours_to>sample string 42</d2p1:friday_opening_hours_to>
            <d2p1:fulltext>sample string 3</d2p1:fulltext>
            <d2p1:hardware_id>sample string 4</d2p1:hardware_id>
            <d2p1:has_reader>true</d2p1:has_reader>
            <d2p1:id>1</d2p1:id>
            <d2p1:id_image>1</d2p1:id_image>
            <d2p1:internal_charger>true</d2p1:internal_charger>
            <d2p1:ip_address>sample string 55</d2p1:ip_address>
            <d2p1:key_availability_to_unlock>sample string 52</d2p1:key_availability_to_unlock>
            <d2p1:latitude>sample string 18</d2p1:latitude>
            <d2p1:lockable_charger>true</d2p1:lockable_charger>
            <d2p1:longitude>sample string 19</d2p1:longitude>
            <d2p1:manufacturer>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:manufacturer>
            <d2p1:manufacturer_text>sample string 13</d2p1:manufacturer_text>
            <d2p1:model>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:model>
            <d2p1:model_text>sample string 14</d2p1:model_text>
            <d2p1:monday_opening_hours_all_day>true</d2p1:monday_opening_hours_all_day>
            <d2p1:monday_opening_hours_from>sample string 29</d2p1:monday_opening_hours_from>
            <d2p1:monday_opening_hours_to>sample string 30</d2p1:monday_opening_hours_to>
            <d2p1:number>sample string 6</d2p1:number>
            <d2p1:number_of_charging_points>1</d2p1:number_of_charging_points>
            <d2p1:ocpp_protocol>sample string 23</d2p1:ocpp_protocol>
            <d2p1:opening_hours>sample string 2</d2p1:opening_hours>
            <d2p1:opening_hours_all_day>true</d2p1:opening_hours_all_day>
            <d2p1:opening_hours_from>sample string 26</d2p1:opening_hours_from>
            <d2p1:opening_hours_to>sample string 27</d2p1:opening_hours_to>
            <d2p1:photo_charger>
              <d2p1:deleted>true</d2p1:deleted>
              <d2p1:id>23f007ab-397e-4d1d-9156-0164603bd7a8</d2p1:id>
              <d2p1:name>sample string 2</d2p1:name>
              <d2p1:system_information>
                <d2p1:creation>
                  <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
                  <d2p1:user>
                    <d2p1:code>sample string 2</d2p1:code>
                    <d2p1:first_name>sample string 7</d2p1:first_name>
                    <d2p1:full_name>sample string 9</d2p1:full_name>
                    <d2p1:id>1</d2p1:id>
                    <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                    <d2p1:introduction>sample string 6</d2p1:introduction>
                    <d2p1:last_name>sample string 8</d2p1:last_name>
                    <d2p1:note>sample string 10</d2p1:note>
                    <d2p1:title>sample string 5</d2p1:title>
                  </d2p1:user>
                </d2p1:creation>
                <d2p1:last_change>
                  <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
                  <d2p1:user>
                    <d2p1:code>sample string 2</d2p1:code>
                    <d2p1:first_name>sample string 7</d2p1:first_name>
                    <d2p1:full_name>sample string 9</d2p1:full_name>
                    <d2p1:id>1</d2p1:id>
                    <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                    <d2p1:introduction>sample string 6</d2p1:introduction>
                    <d2p1:last_name>sample string 8</d2p1:last_name>
                    <d2p1:note>sample string 10</d2p1:note>
                    <d2p1:title>sample string 5</d2p1:title>
                  </d2p1:user>
                </d2p1:last_change>
              </d2p1:system_information>
            </d2p1:photo_charger>
            <d2p1:rated_charger_power>1</d2p1:rated_charger_power>
            <d2p1:reader>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:reader>
            <d2p1:revision_date>2026-02-08T15:08:52.1570472+01:00</d2p1:revision_date>
            <d2p1:saturday_opening_hours_all_day>true</d2p1:saturday_opening_hours_all_day>
            <d2p1:saturday_opening_hours_from>sample string 44</d2p1:saturday_opening_hours_from>
            <d2p1:saturday_opening_hours_to>sample string 45</d2p1:saturday_opening_hours_to>
            <d2p1:service_company_name>sample string 8</d2p1:service_company_name>
            <d2p1:service_email>sample string 12</d2p1:service_email>
            <d2p1:service_information>sample string 9</d2p1:service_information>
            <d2p1:service_number>sample string 10</d2p1:service_number>
            <d2p1:service_phone>sample string 11</d2p1:service_phone>
            <d2p1:state>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:state>
            <d2p1:sunday_opening_hours_all_day>true</d2p1:sunday_opening_hours_all_day>
            <d2p1:sunday_opening_hours_from>sample string 47</d2p1:sunday_opening_hours_from>
            <d2p1:sunday_opening_hours_to>sample string 48</d2p1:sunday_opening_hours_to>
            <d2p1:thursday_opening_hours_all_day>true</d2p1:thursday_opening_hours_all_day>
            <d2p1:thursday_opening_hours_from>sample string 38</d2p1:thursday_opening_hours_from>
            <d2p1:thursday_opening_hours_to>sample string 39</d2p1:thursday_opening_hours_to>
            <d2p1:tuesday_opening_hours_all_day>true</d2p1:tuesday_opening_hours_all_day>
            <d2p1:tuesday_opening_hours_from>sample string 32</d2p1:tuesday_opening_hours_from>
            <d2p1:tuesday_opening_hours_to>sample string 33</d2p1:tuesday_opening_hours_to>
            <d2p1:wednesday_opening_hours_all_day>true</d2p1:wednesday_opening_hours_all_day>
            <d2p1:wednesday_opening_hours_from>sample string 35</d2p1:wednesday_opening_hours_from>
            <d2p1:wednesday_opening_hours_to>sample string 36</d2p1:wednesday_opening_hours_to>
          </d2p1:ChargingStation>
          <d2p1:ChargingStation>
            <d2p1:accessibility>sample string 49</d2p1:accessibility>
            <d2p1:activation_date>2026-02-08T15:08:52.1570472+01:00</d2p1:activation_date>
            <d2p1:actual_output_power>1</d2p1:actual_output_power>
            <d2p1:available_charger_power>1</d2p1:available_charger_power>
            <d2p1:charger_assignment>sample string 54</d2p1:charger_assignment>
            <d2p1:charger_control>true</d2p1:charger_control>
            <d2p1:charger_data_connection_method>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:charger_data_connection_method>
            <d2p1:charger_general_location>sample string 20</d2p1:charger_general_location>
            <d2p1:charger_operation>true</d2p1:charger_operation>
            <d2p1:charger_registration_number>sample string 21</d2p1:charger_registration_number>
            <d2p1:charging_points>
              <d2p1:ChargingPoint>
                <d2p1:address>
                  <d2p1:city>sample string 6</d2p1:city>
                  <d2p1:country>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:country>
                  <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
                  <d2p1:house_number>sample string 4</d2p1:house_number>
                  <d2p1:id>1</d2p1:id>
                  <d2p1:post_code>sample string 5</d2p1:post_code>
                  <d2p1:street>sample string 2</d2p1:street>
                  <d2p1:type>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:type>
                </d2p1:address>
                <d2p1:charging_speed>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_speed>
                <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
                <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
                <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
                <d2p1:charging_start_second>1</d2p1:charging_start_second>
                <d2p1:charging_station>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_station>
                <d2p1:code>sample string 3</d2p1:code>
                <d2p1:connector>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:connector>
                <d2p1:hw_code>sample string 2</d2p1:hw_code>
                <d2p1:id>1</d2p1:id>
                <d2p1:id_transaction>1</d2p1:id_transaction>
                <d2p1:inclusion>sample string 5</d2p1:inclusion>
                <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
                <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
                <d2p1:is_public>true</d2p1:is_public>
                <d2p1:is_socket>true</d2p1:is_socket>
                <d2p1:location>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:location>
                <d2p1:name>sample string 4</d2p1:name>
                <d2p1:output_current>1</d2p1:output_current>
                <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
                <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
                <d2p1:output_power_from>1</d2p1:output_power_from>
                <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
                <d2p1:output_power_to>1</d2p1:output_power_to>
                <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
                <d2p1:percent>11</d2p1:percent>
                <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
                <d2p1:products>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                </d2p1:products>
                <d2p1:rated_power>1</d2p1:rated_power>
                <d2p1:state>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:state>
                <d2p1:still_continues>true</d2p1:still_continues>
              </d2p1:ChargingPoint>
              <d2p1:ChargingPoint>
                <d2p1:address>
                  <d2p1:city>sample string 6</d2p1:city>
                  <d2p1:country>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:country>
                  <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
                  <d2p1:house_number>sample string 4</d2p1:house_number>
                  <d2p1:id>1</d2p1:id>
                  <d2p1:post_code>sample string 5</d2p1:post_code>
                  <d2p1:street>sample string 2</d2p1:street>
                  <d2p1:type>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:type>
                </d2p1:address>
                <d2p1:charging_speed>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_speed>
                <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
                <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
                <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
                <d2p1:charging_start_second>1</d2p1:charging_start_second>
                <d2p1:charging_station>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_station>
                <d2p1:code>sample string 3</d2p1:code>
                <d2p1:connector>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:connector>
                <d2p1:hw_code>sample string 2</d2p1:hw_code>
                <d2p1:id>1</d2p1:id>
                <d2p1:id_transaction>1</d2p1:id_transaction>
                <d2p1:inclusion>sample string 5</d2p1:inclusion>
                <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
                <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
                <d2p1:is_public>true</d2p1:is_public>
                <d2p1:is_socket>true</d2p1:is_socket>
                <d2p1:location>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:location>
                <d2p1:name>sample string 4</d2p1:name>
                <d2p1:output_current>1</d2p1:output_current>
                <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
                <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
                <d2p1:output_power_from>1</d2p1:output_power_from>
                <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
                <d2p1:output_power_to>1</d2p1:output_power_to>
                <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
                <d2p1:percent>11</d2p1:percent>
                <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
                <d2p1:products>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                </d2p1:products>
                <d2p1:rated_power>1</d2p1:rated_power>
                <d2p1:state>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:state>
                <d2p1:still_continues>true</d2p1:still_continues>
              </d2p1:ChargingPoint>
            </d2p1:charging_points>
            <d2p1:code>sample string 7</d2p1:code>
            <d2p1:cpo_payment>true</d2p1:cpo_payment>
            <d2p1:different_opening_hours>true</d2p1:different_opening_hours>
            <d2p1:electrical_connection_type>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:electrical_connection_type>
            <d2p1:establishment>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:establishment>
            <d2p1:evse_id>sample string 5</d2p1:evse_id>
            <d2p1:firmware>sample string 22</d2p1:firmware>
            <d2p1:friday_opening_hours_all_day>true</d2p1:friday_opening_hours_all_day>
            <d2p1:friday_opening_hours_from>sample string 41</d2p1:friday_opening_hours_from>
            <d2p1:friday_opening_hours_to>sample string 42</d2p1:friday_opening_hours_to>
            <d2p1:fulltext>sample string 3</d2p1:fulltext>
            <d2p1:hardware_id>sample string 4</d2p1:hardware_id>
            <d2p1:has_reader>true</d2p1:has_reader>
            <d2p1:id>1</d2p1:id>
            <d2p1:id_image>1</d2p1:id_image>
            <d2p1:internal_charger>true</d2p1:internal_charger>
            <d2p1:ip_address>sample string 55</d2p1:ip_address>
            <d2p1:key_availability_to_unlock>sample string 52</d2p1:key_availability_to_unlock>
            <d2p1:latitude>sample string 18</d2p1:latitude>
            <d2p1:lockable_charger>true</d2p1:lockable_charger>
            <d2p1:longitude>sample string 19</d2p1:longitude>
            <d2p1:manufacturer>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:manufacturer>
            <d2p1:manufacturer_text>sample string 13</d2p1:manufacturer_text>
            <d2p1:model>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:model>
            <d2p1:model_text>sample string 14</d2p1:model_text>
            <d2p1:monday_opening_hours_all_day>true</d2p1:monday_opening_hours_all_day>
            <d2p1:monday_opening_hours_from>sample string 29</d2p1:monday_opening_hours_from>
            <d2p1:monday_opening_hours_to>sample string 30</d2p1:monday_opening_hours_to>
            <d2p1:number>sample string 6</d2p1:number>
            <d2p1:number_of_charging_points>1</d2p1:number_of_charging_points>
            <d2p1:ocpp_protocol>sample string 23</d2p1:ocpp_protocol>
            <d2p1:opening_hours>sample string 2</d2p1:opening_hours>
            <d2p1:opening_hours_all_day>true</d2p1:opening_hours_all_day>
            <d2p1:opening_hours_from>sample string 26</d2p1:opening_hours_from>
            <d2p1:opening_hours_to>sample string 27</d2p1:opening_hours_to>
            <d2p1:photo_charger>
              <d2p1:deleted>true</d2p1:deleted>
              <d2p1:id>23f007ab-397e-4d1d-9156-0164603bd7a8</d2p1:id>
              <d2p1:name>sample string 2</d2p1:name>
              <d2p1:system_information>
                <d2p1:creation>
                  <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
                  <d2p1:user>
                    <d2p1:code>sample string 2</d2p1:code>
                    <d2p1:first_name>sample string 7</d2p1:first_name>
                    <d2p1:full_name>sample string 9</d2p1:full_name>
                    <d2p1:id>1</d2p1:id>
                    <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                    <d2p1:introduction>sample string 6</d2p1:introduction>
                    <d2p1:last_name>sample string 8</d2p1:last_name>
                    <d2p1:note>sample string 10</d2p1:note>
                    <d2p1:title>sample string 5</d2p1:title>
                  </d2p1:user>
                </d2p1:creation>
                <d2p1:last_change>
                  <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
                  <d2p1:user>
                    <d2p1:code>sample string 2</d2p1:code>
                    <d2p1:first_name>sample string 7</d2p1:first_name>
                    <d2p1:full_name>sample string 9</d2p1:full_name>
                    <d2p1:id>1</d2p1:id>
                    <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                    <d2p1:introduction>sample string 6</d2p1:introduction>
                    <d2p1:last_name>sample string 8</d2p1:last_name>
                    <d2p1:note>sample string 10</d2p1:note>
                    <d2p1:title>sample string 5</d2p1:title>
                  </d2p1:user>
                </d2p1:last_change>
              </d2p1:system_information>
            </d2p1:photo_charger>
            <d2p1:rated_charger_power>1</d2p1:rated_charger_power>
            <d2p1:reader>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:reader>
            <d2p1:revision_date>2026-02-08T15:08:52.1570472+01:00</d2p1:revision_date>
            <d2p1:saturday_opening_hours_all_day>true</d2p1:saturday_opening_hours_all_day>
            <d2p1:saturday_opening_hours_from>sample string 44</d2p1:saturday_opening_hours_from>
            <d2p1:saturday_opening_hours_to>sample string 45</d2p1:saturday_opening_hours_to>
            <d2p1:service_company_name>sample string 8</d2p1:service_company_name>
            <d2p1:service_email>sample string 12</d2p1:service_email>
            <d2p1:service_information>sample string 9</d2p1:service_information>
            <d2p1:service_number>sample string 10</d2p1:service_number>
            <d2p1:service_phone>sample string 11</d2p1:service_phone>
            <d2p1:state>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:state>
            <d2p1:sunday_opening_hours_all_day>true</d2p1:sunday_opening_hours_all_day>
            <d2p1:sunday_opening_hours_from>sample string 47</d2p1:sunday_opening_hours_from>
            <d2p1:sunday_opening_hours_to>sample string 48</d2p1:sunday_opening_hours_to>
            <d2p1:thursday_opening_hours_all_day>true</d2p1:thursday_opening_hours_all_day>
            <d2p1:thursday_opening_hours_from>sample string 38</d2p1:thursday_opening_hours_from>
            <d2p1:thursday_opening_hours_to>sample string 39</d2p1:thursday_opening_hours_to>
            <d2p1:tuesday_opening_hours_all_day>true</d2p1:tuesday_opening_hours_all_day>
            <d2p1:tuesday_opening_hours_from>sample string 32</d2p1:tuesday_opening_hours_from>
            <d2p1:tuesday_opening_hours_to>sample string 33</d2p1:tuesday_opening_hours_to>
            <d2p1:wednesday_opening_hours_all_day>true</d2p1:wednesday_opening_hours_all_day>
            <d2p1:wednesday_opening_hours_from>sample string 35</d2p1:wednesday_opening_hours_from>
            <d2p1:wednesday_opening_hours_to>sample string 36</d2p1:wednesday_opening_hours_to>
          </d2p1:ChargingStation>
        </d2p1:charging_stations>
        <d2p1:city>sample string 10</d2p1:city>
        <d2p1:connection_method>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:connection_method>
        <d2p1:connection_method_text>sample string 6</d2p1:connection_method_text>
        <d2p1:country>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:country>
        <d2p1:data_connectivity>true</d2p1:data_connectivity>
        <d2p1:deleted>true</d2p1:deleted>
        <d2p1:descriptive_number>sample string 5</d2p1:descriptive_number>
        <d2p1:email>sample string 33</d2p1:email>
        <d2p1:file>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:file>
        <d2p1:file_agreement>true</d2p1:file_agreement>
        <d2p1:first_name>sample string 29</d2p1:first_name>
        <d2p1:house_number>sample string 7</d2p1:house_number>
        <d2p1:id>1</d2p1:id>
        <d2p1:is_billing_address_different>true</d2p1:is_billing_address_different>
        <d2p1:is_mailing_address_different>true</d2p1:is_mailing_address_different>
        <d2p1:is_preparation_for_management>true</d2p1:is_preparation_for_management>
        <d2p1:last_name>sample string 30</d2p1:last_name>
        <d2p1:mailing_city>sample string 15</d2p1:mailing_city>
        <d2p1:mailing_country>sample string 16</d2p1:mailing_country>
        <d2p1:mailing_descriptive_number>sample string 12</d2p1:mailing_descriptive_number>
        <d2p1:mailing_house_number>sample string 13</d2p1:mailing_house_number>
        <d2p1:mailing_post_code>sample string 14</d2p1:mailing_post_code>
        <d2p1:mailing_street>sample string 11</d2p1:mailing_street>
        <d2p1:name>sample string 3</d2p1:name>
        <d2p1:partner_name>sample string 32</d2p1:partner_name>
        <d2p1:phone>sample string 31</d2p1:phone>
        <d2p1:portal_email>sample string 37</d2p1:portal_email>
        <d2p1:portal_first_name>sample string 34</d2p1:portal_first_name>
        <d2p1:portal_last_name>sample string 35</d2p1:portal_last_name>
        <d2p1:portal_phone>sample string 36</d2p1:portal_phone>
        <d2p1:post_code>sample string 8</d2p1:post_code>
        <d2p1:preparation_company>sample string 41</d2p1:preparation_company>
        <d2p1:state>sample string 9</d2p1:state>
        <d2p1:street>sample string 4</d2p1:street>
        <d2p1:technical_email>sample string 28</d2p1:technical_email>
        <d2p1:technical_first_name>sample string 25</d2p1:technical_first_name>
        <d2p1:technical_last_name>sample string 26</d2p1:technical_last_name>
        <d2p1:technical_phone>sample string 27</d2p1:technical_phone>
        <d2p1:upload_connection_agreement_file>
          <d2p1:deleted>true</d2p1:deleted>
          <d2p1:id>23f007ab-397e-4d1d-9156-0164603bd7a8</d2p1:id>
          <d2p1:name>sample string 2</d2p1:name>
          <d2p1:system_information>
            <d2p1:creation>
              <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
              <d2p1:user>
                <d2p1:code>sample string 2</d2p1:code>
                <d2p1:first_name>sample string 7</d2p1:first_name>
                <d2p1:full_name>sample string 9</d2p1:full_name>
                <d2p1:id>1</d2p1:id>
                <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                <d2p1:introduction>sample string 6</d2p1:introduction>
                <d2p1:last_name>sample string 8</d2p1:last_name>
                <d2p1:note>sample string 10</d2p1:note>
                <d2p1:title>sample string 5</d2p1:title>
              </d2p1:user>
            </d2p1:creation>
            <d2p1:last_change>
              <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
              <d2p1:user>
                <d2p1:code>sample string 2</d2p1:code>
                <d2p1:first_name>sample string 7</d2p1:first_name>
                <d2p1:full_name>sample string 9</d2p1:full_name>
                <d2p1:id>1</d2p1:id>
                <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                <d2p1:introduction>sample string 6</d2p1:introduction>
                <d2p1:last_name>sample string 8</d2p1:last_name>
                <d2p1:note>sample string 10</d2p1:note>
                <d2p1:title>sample string 5</d2p1:title>
              </d2p1:user>
            </d2p1:last_change>
          </d2p1:system_information>
        </d2p1:upload_connection_agreement_file>
      </d2p1:establishment>
      <d2p1:evse_id>sample string 5</d2p1:evse_id>
      <d2p1:id>1</d2p1:id>
      <d2p1:is_public>true</d2p1:is_public>
      <d2p1:is_settled>true</d2p1:is_settled>
      <d2p1:model>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:model>
      <d2p1:number>sample string 3</d2p1:number>
      <d2p1:number_code>sample string 4</d2p1:number_code>
      <d2p1:price>46</d2p1:price>
      <d2p1:price_charging>10</d2p1:price_charging>
      <d2p1:price_charging_unit_of_measure>22</d2p1:price_charging_unit_of_measure>
      <d2p1:price_charging_with_vat>16</d2p1:price_charging_with_vat>
      <d2p1:price_charging_with_vat_unit_of_measure>28</d2p1:price_charging_with_vat_unit_of_measure>
      <d2p1:price_fee>14</d2p1:price_fee>
      <d2p1:price_fee_unit_of_measure>26</d2p1:price_fee_unit_of_measure>
      <d2p1:price_fee_with_vat>20</d2p1:price_fee_with_vat>
      <d2p1:price_fee_with_vat_unit_of_measure>32</d2p1:price_fee_with_vat_unit_of_measure>
      <d2p1:price_one_time_fee>11</d2p1:price_one_time_fee>
      <d2p1:price_one_time_fee_unit_of_measure>23</d2p1:price_one_time_fee_unit_of_measure>
      <d2p1:price_one_time_fee_with_vat>17</d2p1:price_one_time_fee_with_vat>
      <d2p1:price_one_time_fee_with_vat_unit_of_measure>29</d2p1:price_one_time_fee_with_vat_unit_of_measure>
      <d2p1:price_other>15</d2p1:price_other>
      <d2p1:price_other_unit_of_measure>27</d2p1:price_other_unit_of_measure>
      <d2p1:price_other_with_vat>21</d2p1:price_other_with_vat>
      <d2p1:price_other_with_vat_unit_of_measure>33</d2p1:price_other_with_vat_unit_of_measure>
      <d2p1:price_parking>13</d2p1:price_parking>
      <d2p1:price_parking_unit_of_measure>25</d2p1:price_parking_unit_of_measure>
      <d2p1:price_parking_with_vat>19</d2p1:price_parking_with_vat>
      <d2p1:price_parking_with_vat_unit_of_measure>31</d2p1:price_parking_with_vat_unit_of_measure>
      <d2p1:price_time_fee>12</d2p1:price_time_fee>
      <d2p1:price_time_fee_unit_of_measure>24</d2p1:price_time_fee_unit_of_measure>
      <d2p1:price_time_fee_with_vat>18</d2p1:price_time_fee_with_vat>
      <d2p1:price_time_fee_with_vat_unit_of_measure>30</d2p1:price_time_fee_with_vat_unit_of_measure>
      <d2p1:price_with_vat>53</d2p1:price_with_vat>
      <d2p1:product>sample string 35</d2p1:product>
      <d2p1:rfid>sample string 34</d2p1:rfid>
      <d2p1:rfid_printed_number>sample string 7</d2p1:rfid_printed_number>
      <d2p1:round>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:round>
      <d2p1:session_id>sample string 9</d2p1:session_id>
      <d2p1:start_date>2026-02-08T15:08:52.1570472+01:00</d2p1:start_date>
      <d2p1:start_value>37</d2p1:start_value>
      <d2p1:state>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:state>
      <d2p1:total_charging_time>39</d2p1:total_charging_time>
      <d2p1:total_charging_time_string>00:00:00</d2p1:total_charging_time_string>
      <d2p1:total_consumption>43</d2p1:total_consumption>
      <d2p1:total_session_time>40</d2p1:total_session_time>
      <d2p1:total_session_time_string>00:00:00</d2p1:total_session_time_string>
      <d2p1:type_charging>
        <d2p1:id>2</d2p1:id>
        <d2p1:name>VeĊ™ejné</d2p1:name>
        <d2p1:code i:nil="true" />
        <d2p1:is_cabel>false</d2p1:is_cabel>
      </d2p1:type_charging>
      <d2p1:user>
        <d2p1:code>sample string 2</d2p1:code>
        <d2p1:first_name>sample string 7</d2p1:first_name>
        <d2p1:full_name>sample string 9</d2p1:full_name>
        <d2p1:id>1</d2p1:id>
        <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
        <d2p1:introduction>sample string 6</d2p1:introduction>
        <d2p1:last_name>sample string 8</d2p1:last_name>
        <d2p1:note>sample string 10</d2p1:note>
        <d2p1:title>sample string 5</d2p1:title>
      </d2p1:user>
    </d2p1:Transaction>
    <d2p1:Transaction>
      <d2p1:authorization>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:authorization>
      <d2p1:car>
        <d2p1:car_type>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:car_type>
        <d2p1:charge_ids>sample string 7</d2p1:charge_ids>
        <d2p1:code>sample string 9</d2p1:code>
        <d2p1:data>sample string 10</d2p1:data>
        <d2p1:date_create>2026-02-08T15:08:52.1570472+01:00</d2p1:date_create>
        <d2p1:date_of_activation>2026-02-08T15:08:52.1570472+01:00</d2p1:date_of_activation>
        <d2p1:date_of_deactivation>2026-02-08T15:08:52.1570472+01:00</d2p1:date_of_deactivation>
        <d2p1:deleted>true</d2p1:deleted>
        <d2p1:establishment>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:establishment>
        <d2p1:id>1</d2p1:id>
        <d2p1:model>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:model>
        <d2p1:model_name>sample string 4</d2p1:model_name>
        <d2p1:producer>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:producer>
        <d2p1:producer_name>sample string 4</d2p1:producer_name>
        <d2p1:spz>sample string 2</d2p1:spz>
        <d2p1:state>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:state>
        <d2p1:state_name>sample string 4</d2p1:state_name>
        <d2p1:sub_type>sample string 4</d2p1:sub_type>
        <d2p1:type>sample string 3</d2p1:type>
        <d2p1:vin>sample string 8</d2p1:vin>
      </d2p1:car>
      <d2p1:card>
        <d2p1:charge_ids>sample string 6</d2p1:charge_ids>
        <d2p1:code>sample string 3</d2p1:code>
        <d2p1:data>sample string 5</d2p1:data>
        <d2p1:date_create>2026-02-08T15:08:52.1570472+01:00</d2p1:date_create>
        <d2p1:date_of_activation>2026-02-08T15:08:52.1570472+01:00</d2p1:date_of_activation>
        <d2p1:date_of_deactivation>2026-02-08T15:08:52.1570472+01:00</d2p1:date_of_deactivation>
        <d2p1:deleted>true</d2p1:deleted>
        <d2p1:establishment>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:establishment>
        <d2p1:id>1</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:number>sample string 2</d2p1:number>
        <d2p1:state>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:state>
        <d2p1:state_name>sample string 4</d2p1:state_name>
        <d2p1:type>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:type>
      </d2p1:card>
      <d2p1:chargee_id>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:chargee_id>
      <d2p1:chargee_net>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:chargee_net>
      <d2p1:charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_end>
      <d2p1:charging_point>
        <d2p1:address>
          <d2p1:city>sample string 6</d2p1:city>
          <d2p1:country>
            <d2p1:id>3</d2p1:id>
            <d2p1:name>sample string 4</d2p1:name>
            <d2p1:code>sample string 1</d2p1:code>
            <d2p1:is_cabel>true</d2p1:is_cabel>
          </d2p1:country>
          <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
          <d2p1:house_number>sample string 4</d2p1:house_number>
          <d2p1:id>1</d2p1:id>
          <d2p1:post_code>sample string 5</d2p1:post_code>
          <d2p1:street>sample string 2</d2p1:street>
          <d2p1:type>
            <d2p1:id>3</d2p1:id>
            <d2p1:name>sample string 4</d2p1:name>
            <d2p1:code>sample string 1</d2p1:code>
            <d2p1:is_cabel>true</d2p1:is_cabel>
          </d2p1:type>
        </d2p1:address>
        <d2p1:charging_speed>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:charging_speed>
        <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
        <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
        <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
        <d2p1:charging_start_second>1</d2p1:charging_start_second>
        <d2p1:charging_station>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:charging_station>
        <d2p1:code>sample string 3</d2p1:code>
        <d2p1:connector>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:connector>
        <d2p1:hw_code>sample string 2</d2p1:hw_code>
        <d2p1:id>1</d2p1:id>
        <d2p1:id_transaction>1</d2p1:id_transaction>
        <d2p1:inclusion>sample string 5</d2p1:inclusion>
        <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
        <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
        <d2p1:is_public>true</d2p1:is_public>
        <d2p1:is_socket>true</d2p1:is_socket>
        <d2p1:location>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:location>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:output_current>1</d2p1:output_current>
        <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
        <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
        <d2p1:output_power_from>1</d2p1:output_power_from>
        <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
        <d2p1:output_power_to>1</d2p1:output_power_to>
        <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
        <d2p1:percent>11</d2p1:percent>
        <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
        <d2p1:products>
          <d2p1:DirectPaymentProduct>
            <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
            <d2p1:blocking_value>4</d2p1:blocking_value>
            <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
            <d2p1:id_product>5</d2p1:id_product>
            <d2p1:name>sample string 2</d2p1:name>
            <d2p1:reservation_time>3</d2p1:reservation_time>
          </d2p1:DirectPaymentProduct>
          <d2p1:DirectPaymentProduct>
            <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
            <d2p1:blocking_value>4</d2p1:blocking_value>
            <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
            <d2p1:id_product>5</d2p1:id_product>
            <d2p1:name>sample string 2</d2p1:name>
            <d2p1:reservation_time>3</d2p1:reservation_time>
          </d2p1:DirectPaymentProduct>
        </d2p1:products>
        <d2p1:rated_power>1</d2p1:rated_power>
        <d2p1:state>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:state>
        <d2p1:still_continues>true</d2p1:still_continues>
      </d2p1:charging_point>
      <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
      <d2p1:charging_station>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:charging_station>
      <d2p1:charging_type>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:charging_type>
      <d2p1:designation>sample string 6</d2p1:designation>
      <d2p1:end_date>2026-02-08T15:08:52.1570472+01:00</d2p1:end_date>
      <d2p1:end_value>38</d2p1:end_value>
      <d2p1:establishment>
        <d2p1:billing_city>sample string 22</d2p1:billing_city>
        <d2p1:billing_country>sample string 23</d2p1:billing_country>
        <d2p1:billing_descriptive_number>sample string 19</d2p1:billing_descriptive_number>
        <d2p1:billing_house_number>sample string 20</d2p1:billing_house_number>
        <d2p1:billing_post_code>sample string 21</d2p1:billing_post_code>
        <d2p1:billing_street>sample string 17</d2p1:billing_street>
        <d2p1:charging_stations>
          <d2p1:ChargingStation>
            <d2p1:accessibility>sample string 49</d2p1:accessibility>
            <d2p1:activation_date>2026-02-08T15:08:52.1570472+01:00</d2p1:activation_date>
            <d2p1:actual_output_power>1</d2p1:actual_output_power>
            <d2p1:available_charger_power>1</d2p1:available_charger_power>
            <d2p1:charger_assignment>sample string 54</d2p1:charger_assignment>
            <d2p1:charger_control>true</d2p1:charger_control>
            <d2p1:charger_data_connection_method>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:charger_data_connection_method>
            <d2p1:charger_general_location>sample string 20</d2p1:charger_general_location>
            <d2p1:charger_operation>true</d2p1:charger_operation>
            <d2p1:charger_registration_number>sample string 21</d2p1:charger_registration_number>
            <d2p1:charging_points>
              <d2p1:ChargingPoint>
                <d2p1:address>
                  <d2p1:city>sample string 6</d2p1:city>
                  <d2p1:country>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:country>
                  <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
                  <d2p1:house_number>sample string 4</d2p1:house_number>
                  <d2p1:id>1</d2p1:id>
                  <d2p1:post_code>sample string 5</d2p1:post_code>
                  <d2p1:street>sample string 2</d2p1:street>
                  <d2p1:type>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:type>
                </d2p1:address>
                <d2p1:charging_speed>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_speed>
                <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
                <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
                <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
                <d2p1:charging_start_second>1</d2p1:charging_start_second>
                <d2p1:charging_station>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_station>
                <d2p1:code>sample string 3</d2p1:code>
                <d2p1:connector>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:connector>
                <d2p1:hw_code>sample string 2</d2p1:hw_code>
                <d2p1:id>1</d2p1:id>
                <d2p1:id_transaction>1</d2p1:id_transaction>
                <d2p1:inclusion>sample string 5</d2p1:inclusion>
                <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
                <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
                <d2p1:is_public>true</d2p1:is_public>
                <d2p1:is_socket>true</d2p1:is_socket>
                <d2p1:location>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:location>
                <d2p1:name>sample string 4</d2p1:name>
                <d2p1:output_current>1</d2p1:output_current>
                <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
                <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
                <d2p1:output_power_from>1</d2p1:output_power_from>
                <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
                <d2p1:output_power_to>1</d2p1:output_power_to>
                <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
                <d2p1:percent>11</d2p1:percent>
                <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
                <d2p1:products>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                </d2p1:products>
                <d2p1:rated_power>1</d2p1:rated_power>
                <d2p1:state>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:state>
                <d2p1:still_continues>true</d2p1:still_continues>
              </d2p1:ChargingPoint>
              <d2p1:ChargingPoint>
                <d2p1:address>
                  <d2p1:city>sample string 6</d2p1:city>
                  <d2p1:country>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:country>
                  <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
                  <d2p1:house_number>sample string 4</d2p1:house_number>
                  <d2p1:id>1</d2p1:id>
                  <d2p1:post_code>sample string 5</d2p1:post_code>
                  <d2p1:street>sample string 2</d2p1:street>
                  <d2p1:type>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:type>
                </d2p1:address>
                <d2p1:charging_speed>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_speed>
                <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
                <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
                <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
                <d2p1:charging_start_second>1</d2p1:charging_start_second>
                <d2p1:charging_station>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_station>
                <d2p1:code>sample string 3</d2p1:code>
                <d2p1:connector>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:connector>
                <d2p1:hw_code>sample string 2</d2p1:hw_code>
                <d2p1:id>1</d2p1:id>
                <d2p1:id_transaction>1</d2p1:id_transaction>
                <d2p1:inclusion>sample string 5</d2p1:inclusion>
                <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
                <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
                <d2p1:is_public>true</d2p1:is_public>
                <d2p1:is_socket>true</d2p1:is_socket>
                <d2p1:location>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:location>
                <d2p1:name>sample string 4</d2p1:name>
                <d2p1:output_current>1</d2p1:output_current>
                <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
                <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
                <d2p1:output_power_from>1</d2p1:output_power_from>
                <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
                <d2p1:output_power_to>1</d2p1:output_power_to>
                <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
                <d2p1:percent>11</d2p1:percent>
                <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
                <d2p1:products>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                </d2p1:products>
                <d2p1:rated_power>1</d2p1:rated_power>
                <d2p1:state>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:state>
                <d2p1:still_continues>true</d2p1:still_continues>
              </d2p1:ChargingPoint>
            </d2p1:charging_points>
            <d2p1:code>sample string 7</d2p1:code>
            <d2p1:cpo_payment>true</d2p1:cpo_payment>
            <d2p1:different_opening_hours>true</d2p1:different_opening_hours>
            <d2p1:electrical_connection_type>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:electrical_connection_type>
            <d2p1:establishment>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:establishment>
            <d2p1:evse_id>sample string 5</d2p1:evse_id>
            <d2p1:firmware>sample string 22</d2p1:firmware>
            <d2p1:friday_opening_hours_all_day>true</d2p1:friday_opening_hours_all_day>
            <d2p1:friday_opening_hours_from>sample string 41</d2p1:friday_opening_hours_from>
            <d2p1:friday_opening_hours_to>sample string 42</d2p1:friday_opening_hours_to>
            <d2p1:fulltext>sample string 3</d2p1:fulltext>
            <d2p1:hardware_id>sample string 4</d2p1:hardware_id>
            <d2p1:has_reader>true</d2p1:has_reader>
            <d2p1:id>1</d2p1:id>
            <d2p1:id_image>1</d2p1:id_image>
            <d2p1:internal_charger>true</d2p1:internal_charger>
            <d2p1:ip_address>sample string 55</d2p1:ip_address>
            <d2p1:key_availability_to_unlock>sample string 52</d2p1:key_availability_to_unlock>
            <d2p1:latitude>sample string 18</d2p1:latitude>
            <d2p1:lockable_charger>true</d2p1:lockable_charger>
            <d2p1:longitude>sample string 19</d2p1:longitude>
            <d2p1:manufacturer>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:manufacturer>
            <d2p1:manufacturer_text>sample string 13</d2p1:manufacturer_text>
            <d2p1:model>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:model>
            <d2p1:model_text>sample string 14</d2p1:model_text>
            <d2p1:monday_opening_hours_all_day>true</d2p1:monday_opening_hours_all_day>
            <d2p1:monday_opening_hours_from>sample string 29</d2p1:monday_opening_hours_from>
            <d2p1:monday_opening_hours_to>sample string 30</d2p1:monday_opening_hours_to>
            <d2p1:number>sample string 6</d2p1:number>
            <d2p1:number_of_charging_points>1</d2p1:number_of_charging_points>
            <d2p1:ocpp_protocol>sample string 23</d2p1:ocpp_protocol>
            <d2p1:opening_hours>sample string 2</d2p1:opening_hours>
            <d2p1:opening_hours_all_day>true</d2p1:opening_hours_all_day>
            <d2p1:opening_hours_from>sample string 26</d2p1:opening_hours_from>
            <d2p1:opening_hours_to>sample string 27</d2p1:opening_hours_to>
            <d2p1:photo_charger>
              <d2p1:deleted>true</d2p1:deleted>
              <d2p1:id>23f007ab-397e-4d1d-9156-0164603bd7a8</d2p1:id>
              <d2p1:name>sample string 2</d2p1:name>
              <d2p1:system_information>
                <d2p1:creation>
                  <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
                  <d2p1:user>
                    <d2p1:code>sample string 2</d2p1:code>
                    <d2p1:first_name>sample string 7</d2p1:first_name>
                    <d2p1:full_name>sample string 9</d2p1:full_name>
                    <d2p1:id>1</d2p1:id>
                    <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                    <d2p1:introduction>sample string 6</d2p1:introduction>
                    <d2p1:last_name>sample string 8</d2p1:last_name>
                    <d2p1:note>sample string 10</d2p1:note>
                    <d2p1:title>sample string 5</d2p1:title>
                  </d2p1:user>
                </d2p1:creation>
                <d2p1:last_change>
                  <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
                  <d2p1:user>
                    <d2p1:code>sample string 2</d2p1:code>
                    <d2p1:first_name>sample string 7</d2p1:first_name>
                    <d2p1:full_name>sample string 9</d2p1:full_name>
                    <d2p1:id>1</d2p1:id>
                    <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                    <d2p1:introduction>sample string 6</d2p1:introduction>
                    <d2p1:last_name>sample string 8</d2p1:last_name>
                    <d2p1:note>sample string 10</d2p1:note>
                    <d2p1:title>sample string 5</d2p1:title>
                  </d2p1:user>
                </d2p1:last_change>
              </d2p1:system_information>
            </d2p1:photo_charger>
            <d2p1:rated_charger_power>1</d2p1:rated_charger_power>
            <d2p1:reader>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:reader>
            <d2p1:revision_date>2026-02-08T15:08:52.1570472+01:00</d2p1:revision_date>
            <d2p1:saturday_opening_hours_all_day>true</d2p1:saturday_opening_hours_all_day>
            <d2p1:saturday_opening_hours_from>sample string 44</d2p1:saturday_opening_hours_from>
            <d2p1:saturday_opening_hours_to>sample string 45</d2p1:saturday_opening_hours_to>
            <d2p1:service_company_name>sample string 8</d2p1:service_company_name>
            <d2p1:service_email>sample string 12</d2p1:service_email>
            <d2p1:service_information>sample string 9</d2p1:service_information>
            <d2p1:service_number>sample string 10</d2p1:service_number>
            <d2p1:service_phone>sample string 11</d2p1:service_phone>
            <d2p1:state>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:state>
            <d2p1:sunday_opening_hours_all_day>true</d2p1:sunday_opening_hours_all_day>
            <d2p1:sunday_opening_hours_from>sample string 47</d2p1:sunday_opening_hours_from>
            <d2p1:sunday_opening_hours_to>sample string 48</d2p1:sunday_opening_hours_to>
            <d2p1:thursday_opening_hours_all_day>true</d2p1:thursday_opening_hours_all_day>
            <d2p1:thursday_opening_hours_from>sample string 38</d2p1:thursday_opening_hours_from>
            <d2p1:thursday_opening_hours_to>sample string 39</d2p1:thursday_opening_hours_to>
            <d2p1:tuesday_opening_hours_all_day>true</d2p1:tuesday_opening_hours_all_day>
            <d2p1:tuesday_opening_hours_from>sample string 32</d2p1:tuesday_opening_hours_from>
            <d2p1:tuesday_opening_hours_to>sample string 33</d2p1:tuesday_opening_hours_to>
            <d2p1:wednesday_opening_hours_all_day>true</d2p1:wednesday_opening_hours_all_day>
            <d2p1:wednesday_opening_hours_from>sample string 35</d2p1:wednesday_opening_hours_from>
            <d2p1:wednesday_opening_hours_to>sample string 36</d2p1:wednesday_opening_hours_to>
          </d2p1:ChargingStation>
          <d2p1:ChargingStation>
            <d2p1:accessibility>sample string 49</d2p1:accessibility>
            <d2p1:activation_date>2026-02-08T15:08:52.1570472+01:00</d2p1:activation_date>
            <d2p1:actual_output_power>1</d2p1:actual_output_power>
            <d2p1:available_charger_power>1</d2p1:available_charger_power>
            <d2p1:charger_assignment>sample string 54</d2p1:charger_assignment>
            <d2p1:charger_control>true</d2p1:charger_control>
            <d2p1:charger_data_connection_method>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:charger_data_connection_method>
            <d2p1:charger_general_location>sample string 20</d2p1:charger_general_location>
            <d2p1:charger_operation>true</d2p1:charger_operation>
            <d2p1:charger_registration_number>sample string 21</d2p1:charger_registration_number>
            <d2p1:charging_points>
              <d2p1:ChargingPoint>
                <d2p1:address>
                  <d2p1:city>sample string 6</d2p1:city>
                  <d2p1:country>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:country>
                  <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
                  <d2p1:house_number>sample string 4</d2p1:house_number>
                  <d2p1:id>1</d2p1:id>
                  <d2p1:post_code>sample string 5</d2p1:post_code>
                  <d2p1:street>sample string 2</d2p1:street>
                  <d2p1:type>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:type>
                </d2p1:address>
                <d2p1:charging_speed>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_speed>
                <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
                <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
                <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
                <d2p1:charging_start_second>1</d2p1:charging_start_second>
                <d2p1:charging_station>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_station>
                <d2p1:code>sample string 3</d2p1:code>
                <d2p1:connector>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:connector>
                <d2p1:hw_code>sample string 2</d2p1:hw_code>
                <d2p1:id>1</d2p1:id>
                <d2p1:id_transaction>1</d2p1:id_transaction>
                <d2p1:inclusion>sample string 5</d2p1:inclusion>
                <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
                <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
                <d2p1:is_public>true</d2p1:is_public>
                <d2p1:is_socket>true</d2p1:is_socket>
                <d2p1:location>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:location>
                <d2p1:name>sample string 4</d2p1:name>
                <d2p1:output_current>1</d2p1:output_current>
                <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
                <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
                <d2p1:output_power_from>1</d2p1:output_power_from>
                <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
                <d2p1:output_power_to>1</d2p1:output_power_to>
                <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
                <d2p1:percent>11</d2p1:percent>
                <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
                <d2p1:products>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                </d2p1:products>
                <d2p1:rated_power>1</d2p1:rated_power>
                <d2p1:state>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:state>
                <d2p1:still_continues>true</d2p1:still_continues>
              </d2p1:ChargingPoint>
              <d2p1:ChargingPoint>
                <d2p1:address>
                  <d2p1:city>sample string 6</d2p1:city>
                  <d2p1:country>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:country>
                  <d2p1:descriptive_number>sample string 3</d2p1:descriptive_number>
                  <d2p1:house_number>sample string 4</d2p1:house_number>
                  <d2p1:id>1</d2p1:id>
                  <d2p1:post_code>sample string 5</d2p1:post_code>
                  <d2p1:street>sample string 2</d2p1:street>
                  <d2p1:type>
                    <d2p1:id>3</d2p1:id>
                    <d2p1:name>sample string 4</d2p1:name>
                    <d2p1:code>sample string 1</d2p1:code>
                    <d2p1:is_cabel>true</d2p1:is_cabel>
                  </d2p1:type>
                </d2p1:address>
                <d2p1:charging_speed>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_speed>
                <d2p1:charging_start>2026-02-08T15:08:52.1570472+01:00</d2p1:charging_start>
                <d2p1:charging_start_hour>1</d2p1:charging_start_hour>
                <d2p1:charging_start_minute>1</d2p1:charging_start_minute>
                <d2p1:charging_start_second>1</d2p1:charging_start_second>
                <d2p1:charging_station>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:charging_station>
                <d2p1:code>sample string 3</d2p1:code>
                <d2p1:connector>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:connector>
                <d2p1:hw_code>sample string 2</d2p1:hw_code>
                <d2p1:id>1</d2p1:id>
                <d2p1:id_transaction>1</d2p1:id_transaction>
                <d2p1:inclusion>sample string 5</d2p1:inclusion>
                <d2p1:is_possible_to_charge>true</d2p1:is_possible_to_charge>
                <d2p1:is_possible_to_charge_direct_payment>true</d2p1:is_possible_to_charge_direct_payment>
                <d2p1:is_public>true</d2p1:is_public>
                <d2p1:is_socket>true</d2p1:is_socket>
                <d2p1:location>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:location>
                <d2p1:name>sample string 4</d2p1:name>
                <d2p1:output_current>1</d2p1:output_current>
                <d2p1:output_current_manufacturer>1</d2p1:output_current_manufacturer>
                <d2p1:output_power_avaiable_max>1</d2p1:output_power_avaiable_max>
                <d2p1:output_power_from>1</d2p1:output_power_from>
                <d2p1:output_power_from_manufacturer>1</d2p1:output_power_from_manufacturer>
                <d2p1:output_power_to>1</d2p1:output_power_to>
                <d2p1:output_voltage_manufacturer>1</d2p1:output_voltage_manufacturer>
                <d2p1:percent>11</d2p1:percent>
                <d2p1:planned_charging_end>2026-02-08T15:08:52.1570472+01:00</d2p1:planned_charging_end>
                <d2p1:products>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                  <d2p1:DirectPaymentProduct>
                    <d2p1:amount_with_vat>6</d2p1:amount_with_vat>
                    <d2p1:blocking_value>4</d2p1:blocking_value>
                    <d2p1:id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</d2p1:id>
                    <d2p1:id_product>5</d2p1:id_product>
                    <d2p1:name>sample string 2</d2p1:name>
                    <d2p1:reservation_time>3</d2p1:reservation_time>
                  </d2p1:DirectPaymentProduct>
                </d2p1:products>
                <d2p1:rated_power>1</d2p1:rated_power>
                <d2p1:state>
                  <d2p1:id>3</d2p1:id>
                  <d2p1:name>sample string 4</d2p1:name>
                  <d2p1:code>sample string 1</d2p1:code>
                  <d2p1:is_cabel>true</d2p1:is_cabel>
                </d2p1:state>
                <d2p1:still_continues>true</d2p1:still_continues>
              </d2p1:ChargingPoint>
            </d2p1:charging_points>
            <d2p1:code>sample string 7</d2p1:code>
            <d2p1:cpo_payment>true</d2p1:cpo_payment>
            <d2p1:different_opening_hours>true</d2p1:different_opening_hours>
            <d2p1:electrical_connection_type>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:electrical_connection_type>
            <d2p1:establishment>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:establishment>
            <d2p1:evse_id>sample string 5</d2p1:evse_id>
            <d2p1:firmware>sample string 22</d2p1:firmware>
            <d2p1:friday_opening_hours_all_day>true</d2p1:friday_opening_hours_all_day>
            <d2p1:friday_opening_hours_from>sample string 41</d2p1:friday_opening_hours_from>
            <d2p1:friday_opening_hours_to>sample string 42</d2p1:friday_opening_hours_to>
            <d2p1:fulltext>sample string 3</d2p1:fulltext>
            <d2p1:hardware_id>sample string 4</d2p1:hardware_id>
            <d2p1:has_reader>true</d2p1:has_reader>
            <d2p1:id>1</d2p1:id>
            <d2p1:id_image>1</d2p1:id_image>
            <d2p1:internal_charger>true</d2p1:internal_charger>
            <d2p1:ip_address>sample string 55</d2p1:ip_address>
            <d2p1:key_availability_to_unlock>sample string 52</d2p1:key_availability_to_unlock>
            <d2p1:latitude>sample string 18</d2p1:latitude>
            <d2p1:lockable_charger>true</d2p1:lockable_charger>
            <d2p1:longitude>sample string 19</d2p1:longitude>
            <d2p1:manufacturer>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:manufacturer>
            <d2p1:manufacturer_text>sample string 13</d2p1:manufacturer_text>
            <d2p1:model>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:model>
            <d2p1:model_text>sample string 14</d2p1:model_text>
            <d2p1:monday_opening_hours_all_day>true</d2p1:monday_opening_hours_all_day>
            <d2p1:monday_opening_hours_from>sample string 29</d2p1:monday_opening_hours_from>
            <d2p1:monday_opening_hours_to>sample string 30</d2p1:monday_opening_hours_to>
            <d2p1:number>sample string 6</d2p1:number>
            <d2p1:number_of_charging_points>1</d2p1:number_of_charging_points>
            <d2p1:ocpp_protocol>sample string 23</d2p1:ocpp_protocol>
            <d2p1:opening_hours>sample string 2</d2p1:opening_hours>
            <d2p1:opening_hours_all_day>true</d2p1:opening_hours_all_day>
            <d2p1:opening_hours_from>sample string 26</d2p1:opening_hours_from>
            <d2p1:opening_hours_to>sample string 27</d2p1:opening_hours_to>
            <d2p1:photo_charger>
              <d2p1:deleted>true</d2p1:deleted>
              <d2p1:id>23f007ab-397e-4d1d-9156-0164603bd7a8</d2p1:id>
              <d2p1:name>sample string 2</d2p1:name>
              <d2p1:system_information>
                <d2p1:creation>
                  <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
                  <d2p1:user>
                    <d2p1:code>sample string 2</d2p1:code>
                    <d2p1:first_name>sample string 7</d2p1:first_name>
                    <d2p1:full_name>sample string 9</d2p1:full_name>
                    <d2p1:id>1</d2p1:id>
                    <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                    <d2p1:introduction>sample string 6</d2p1:introduction>
                    <d2p1:last_name>sample string 8</d2p1:last_name>
                    <d2p1:note>sample string 10</d2p1:note>
                    <d2p1:title>sample string 5</d2p1:title>
                  </d2p1:user>
                </d2p1:creation>
                <d2p1:last_change>
                  <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
                  <d2p1:user>
                    <d2p1:code>sample string 2</d2p1:code>
                    <d2p1:first_name>sample string 7</d2p1:first_name>
                    <d2p1:full_name>sample string 9</d2p1:full_name>
                    <d2p1:id>1</d2p1:id>
                    <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                    <d2p1:introduction>sample string 6</d2p1:introduction>
                    <d2p1:last_name>sample string 8</d2p1:last_name>
                    <d2p1:note>sample string 10</d2p1:note>
                    <d2p1:title>sample string 5</d2p1:title>
                  </d2p1:user>
                </d2p1:last_change>
              </d2p1:system_information>
            </d2p1:photo_charger>
            <d2p1:rated_charger_power>1</d2p1:rated_charger_power>
            <d2p1:reader>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:reader>
            <d2p1:revision_date>2026-02-08T15:08:52.1570472+01:00</d2p1:revision_date>
            <d2p1:saturday_opening_hours_all_day>true</d2p1:saturday_opening_hours_all_day>
            <d2p1:saturday_opening_hours_from>sample string 44</d2p1:saturday_opening_hours_from>
            <d2p1:saturday_opening_hours_to>sample string 45</d2p1:saturday_opening_hours_to>
            <d2p1:service_company_name>sample string 8</d2p1:service_company_name>
            <d2p1:service_email>sample string 12</d2p1:service_email>
            <d2p1:service_information>sample string 9</d2p1:service_information>
            <d2p1:service_number>sample string 10</d2p1:service_number>
            <d2p1:service_phone>sample string 11</d2p1:service_phone>
            <d2p1:state>
              <d2p1:id>3</d2p1:id>
              <d2p1:name>sample string 4</d2p1:name>
              <d2p1:code>sample string 1</d2p1:code>
              <d2p1:is_cabel>true</d2p1:is_cabel>
            </d2p1:state>
            <d2p1:sunday_opening_hours_all_day>true</d2p1:sunday_opening_hours_all_day>
            <d2p1:sunday_opening_hours_from>sample string 47</d2p1:sunday_opening_hours_from>
            <d2p1:sunday_opening_hours_to>sample string 48</d2p1:sunday_opening_hours_to>
            <d2p1:thursday_opening_hours_all_day>true</d2p1:thursday_opening_hours_all_day>
            <d2p1:thursday_opening_hours_from>sample string 38</d2p1:thursday_opening_hours_from>
            <d2p1:thursday_opening_hours_to>sample string 39</d2p1:thursday_opening_hours_to>
            <d2p1:tuesday_opening_hours_all_day>true</d2p1:tuesday_opening_hours_all_day>
            <d2p1:tuesday_opening_hours_from>sample string 32</d2p1:tuesday_opening_hours_from>
            <d2p1:tuesday_opening_hours_to>sample string 33</d2p1:tuesday_opening_hours_to>
            <d2p1:wednesday_opening_hours_all_day>true</d2p1:wednesday_opening_hours_all_day>
            <d2p1:wednesday_opening_hours_from>sample string 35</d2p1:wednesday_opening_hours_from>
            <d2p1:wednesday_opening_hours_to>sample string 36</d2p1:wednesday_opening_hours_to>
          </d2p1:ChargingStation>
        </d2p1:charging_stations>
        <d2p1:city>sample string 10</d2p1:city>
        <d2p1:connection_method>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:connection_method>
        <d2p1:connection_method_text>sample string 6</d2p1:connection_method_text>
        <d2p1:country>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:country>
        <d2p1:data_connectivity>true</d2p1:data_connectivity>
        <d2p1:deleted>true</d2p1:deleted>
        <d2p1:descriptive_number>sample string 5</d2p1:descriptive_number>
        <d2p1:email>sample string 33</d2p1:email>
        <d2p1:file>
          <d2p1:id>3</d2p1:id>
          <d2p1:name>sample string 4</d2p1:name>
          <d2p1:code>sample string 1</d2p1:code>
          <d2p1:is_cabel>true</d2p1:is_cabel>
        </d2p1:file>
        <d2p1:file_agreement>true</d2p1:file_agreement>
        <d2p1:first_name>sample string 29</d2p1:first_name>
        <d2p1:house_number>sample string 7</d2p1:house_number>
        <d2p1:id>1</d2p1:id>
        <d2p1:is_billing_address_different>true</d2p1:is_billing_address_different>
        <d2p1:is_mailing_address_different>true</d2p1:is_mailing_address_different>
        <d2p1:is_preparation_for_management>true</d2p1:is_preparation_for_management>
        <d2p1:last_name>sample string 30</d2p1:last_name>
        <d2p1:mailing_city>sample string 15</d2p1:mailing_city>
        <d2p1:mailing_country>sample string 16</d2p1:mailing_country>
        <d2p1:mailing_descriptive_number>sample string 12</d2p1:mailing_descriptive_number>
        <d2p1:mailing_house_number>sample string 13</d2p1:mailing_house_number>
        <d2p1:mailing_post_code>sample string 14</d2p1:mailing_post_code>
        <d2p1:mailing_street>sample string 11</d2p1:mailing_street>
        <d2p1:name>sample string 3</d2p1:name>
        <d2p1:partner_name>sample string 32</d2p1:partner_name>
        <d2p1:phone>sample string 31</d2p1:phone>
        <d2p1:portal_email>sample string 37</d2p1:portal_email>
        <d2p1:portal_first_name>sample string 34</d2p1:portal_first_name>
        <d2p1:portal_last_name>sample string 35</d2p1:portal_last_name>
        <d2p1:portal_phone>sample string 36</d2p1:portal_phone>
        <d2p1:post_code>sample string 8</d2p1:post_code>
        <d2p1:preparation_company>sample string 41</d2p1:preparation_company>
        <d2p1:state>sample string 9</d2p1:state>
        <d2p1:street>sample string 4</d2p1:street>
        <d2p1:technical_email>sample string 28</d2p1:technical_email>
        <d2p1:technical_first_name>sample string 25</d2p1:technical_first_name>
        <d2p1:technical_last_name>sample string 26</d2p1:technical_last_name>
        <d2p1:technical_phone>sample string 27</d2p1:technical_phone>
        <d2p1:upload_connection_agreement_file>
          <d2p1:deleted>true</d2p1:deleted>
          <d2p1:id>23f007ab-397e-4d1d-9156-0164603bd7a8</d2p1:id>
          <d2p1:name>sample string 2</d2p1:name>
          <d2p1:system_information>
            <d2p1:creation>
              <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
              <d2p1:user>
                <d2p1:code>sample string 2</d2p1:code>
                <d2p1:first_name>sample string 7</d2p1:first_name>
                <d2p1:full_name>sample string 9</d2p1:full_name>
                <d2p1:id>1</d2p1:id>
                <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                <d2p1:introduction>sample string 6</d2p1:introduction>
                <d2p1:last_name>sample string 8</d2p1:last_name>
                <d2p1:note>sample string 10</d2p1:note>
                <d2p1:title>sample string 5</d2p1:title>
              </d2p1:user>
            </d2p1:creation>
            <d2p1:last_change>
              <d2p1:date>2026-02-08T15:08:52.1570472+01:00</d2p1:date>
              <d2p1:user>
                <d2p1:code>sample string 2</d2p1:code>
                <d2p1:first_name>sample string 7</d2p1:first_name>
                <d2p1:full_name>sample string 9</d2p1:full_name>
                <d2p1:id>1</d2p1:id>
                <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
                <d2p1:introduction>sample string 6</d2p1:introduction>
                <d2p1:last_name>sample string 8</d2p1:last_name>
                <d2p1:note>sample string 10</d2p1:note>
                <d2p1:title>sample string 5</d2p1:title>
              </d2p1:user>
            </d2p1:last_change>
          </d2p1:system_information>
        </d2p1:upload_connection_agreement_file>
      </d2p1:establishment>
      <d2p1:evse_id>sample string 5</d2p1:evse_id>
      <d2p1:id>1</d2p1:id>
      <d2p1:is_public>true</d2p1:is_public>
      <d2p1:is_settled>true</d2p1:is_settled>
      <d2p1:model>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:model>
      <d2p1:number>sample string 3</d2p1:number>
      <d2p1:number_code>sample string 4</d2p1:number_code>
      <d2p1:price>46</d2p1:price>
      <d2p1:price_charging>10</d2p1:price_charging>
      <d2p1:price_charging_unit_of_measure>22</d2p1:price_charging_unit_of_measure>
      <d2p1:price_charging_with_vat>16</d2p1:price_charging_with_vat>
      <d2p1:price_charging_with_vat_unit_of_measure>28</d2p1:price_charging_with_vat_unit_of_measure>
      <d2p1:price_fee>14</d2p1:price_fee>
      <d2p1:price_fee_unit_of_measure>26</d2p1:price_fee_unit_of_measure>
      <d2p1:price_fee_with_vat>20</d2p1:price_fee_with_vat>
      <d2p1:price_fee_with_vat_unit_of_measure>32</d2p1:price_fee_with_vat_unit_of_measure>
      <d2p1:price_one_time_fee>11</d2p1:price_one_time_fee>
      <d2p1:price_one_time_fee_unit_of_measure>23</d2p1:price_one_time_fee_unit_of_measure>
      <d2p1:price_one_time_fee_with_vat>17</d2p1:price_one_time_fee_with_vat>
      <d2p1:price_one_time_fee_with_vat_unit_of_measure>29</d2p1:price_one_time_fee_with_vat_unit_of_measure>
      <d2p1:price_other>15</d2p1:price_other>
      <d2p1:price_other_unit_of_measure>27</d2p1:price_other_unit_of_measure>
      <d2p1:price_other_with_vat>21</d2p1:price_other_with_vat>
      <d2p1:price_other_with_vat_unit_of_measure>33</d2p1:price_other_with_vat_unit_of_measure>
      <d2p1:price_parking>13</d2p1:price_parking>
      <d2p1:price_parking_unit_of_measure>25</d2p1:price_parking_unit_of_measure>
      <d2p1:price_parking_with_vat>19</d2p1:price_parking_with_vat>
      <d2p1:price_parking_with_vat_unit_of_measure>31</d2p1:price_parking_with_vat_unit_of_measure>
      <d2p1:price_time_fee>12</d2p1:price_time_fee>
      <d2p1:price_time_fee_unit_of_measure>24</d2p1:price_time_fee_unit_of_measure>
      <d2p1:price_time_fee_with_vat>18</d2p1:price_time_fee_with_vat>
      <d2p1:price_time_fee_with_vat_unit_of_measure>30</d2p1:price_time_fee_with_vat_unit_of_measure>
      <d2p1:price_with_vat>53</d2p1:price_with_vat>
      <d2p1:product>sample string 35</d2p1:product>
      <d2p1:rfid>sample string 34</d2p1:rfid>
      <d2p1:rfid_printed_number>sample string 7</d2p1:rfid_printed_number>
      <d2p1:round>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:round>
      <d2p1:session_id>sample string 9</d2p1:session_id>
      <d2p1:start_date>2026-02-08T15:08:52.1570472+01:00</d2p1:start_date>
      <d2p1:start_value>37</d2p1:start_value>
      <d2p1:state>
        <d2p1:id>3</d2p1:id>
        <d2p1:name>sample string 4</d2p1:name>
        <d2p1:code>sample string 1</d2p1:code>
        <d2p1:is_cabel>true</d2p1:is_cabel>
      </d2p1:state>
      <d2p1:total_charging_time>39</d2p1:total_charging_time>
      <d2p1:total_charging_time_string>00:00:00</d2p1:total_charging_time_string>
      <d2p1:total_consumption>43</d2p1:total_consumption>
      <d2p1:total_session_time>40</d2p1:total_session_time>
      <d2p1:total_session_time_string>00:00:00</d2p1:total_session_time_string>
      <d2p1:type_charging>
        <d2p1:id>2</d2p1:id>
        <d2p1:name>VeĊ™ejné</d2p1:name>
        <d2p1:code i:nil="true" />
        <d2p1:is_cabel>false</d2p1:is_cabel>
      </d2p1:type_charging>
      <d2p1:user>
        <d2p1:code>sample string 2</d2p1:code>
        <d2p1:first_name>sample string 7</d2p1:first_name>
        <d2p1:full_name>sample string 9</d2p1:full_name>
        <d2p1:id>1</d2p1:id>
        <d2p1:image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</d2p1:image_id>
        <d2p1:introduction>sample string 6</d2p1:introduction>
        <d2p1:last_name>sample string 8</d2p1:last_name>
        <d2p1:note>sample string 10</d2p1:note>
        <d2p1:title>sample string 5</d2p1:title>
      </d2p1:user>
    </d2p1:Transaction>
  </data>
  <format_conditions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">
    <d2p1:anyType />
    <d2p1:anyType />
  </format_conditions>
  <message xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">sample string 1</message>
  <pagination xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">
    <object_count>1</object_count>
    <page>1</page>
    <per_page>1</per_page>
  </pagination>
  <show_message xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">true</show_message>
  <structure xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">
    <StructureItem>
      <filter>sample string 7</filter>
      <format>sample string 5</format>
      <items xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </items>
      <name>sample string 1</name>
      <order_number>9</order_number>
      <show>true</show>
      <text_align>6</text_align>
      <title>sample string 2</title>
      <type>sample string 8</type>
      <width>3</width>
    </StructureItem>
    <StructureItem>
      <filter>sample string 7</filter>
      <format>sample string 5</format>
      <items xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </items>
      <name>sample string 1</name>
      <order_number>9</order_number>
      <show>true</show>
      <text_align>6</text_align>
      <title>sample string 2</title>
      <type>sample string 8</type>
      <width>3</width>
    </StructureItem>
  </structure>
  <statistics>
    <error_count>3</error_count>
    <establishment>
      <billing_city>sample string 22</billing_city>
      <billing_country>sample string 23</billing_country>
      <billing_descriptive_number>sample string 19</billing_descriptive_number>
      <billing_house_number>sample string 20</billing_house_number>
      <billing_post_code>sample string 21</billing_post_code>
      <billing_street>sample string 17</billing_street>
      <charging_stations>
        <ChargingStation>
          <accessibility>sample string 49</accessibility>
          <activation_date>2026-02-08T15:08:52.1570472+01:00</activation_date>
          <actual_output_power>1</actual_output_power>
          <available_charger_power>1</available_charger_power>
          <charger_assignment>sample string 54</charger_assignment>
          <charger_control>true</charger_control>
          <charger_data_connection_method>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </charger_data_connection_method>
          <charger_general_location>sample string 20</charger_general_location>
          <charger_operation>true</charger_operation>
          <charger_registration_number>sample string 21</charger_registration_number>
          <charging_points>
            <ChargingPoint>
              <address>
                <city>sample string 6</city>
                <country>
                  <id>3</id>
                  <name>sample string 4</name>
                  <code>sample string 1</code>
                  <is_cabel>true</is_cabel>
                </country>
                <descriptive_number>sample string 3</descriptive_number>
                <house_number>sample string 4</house_number>
                <id>1</id>
                <post_code>sample string 5</post_code>
                <street>sample string 2</street>
                <type>
                  <id>3</id>
                  <name>sample string 4</name>
                  <code>sample string 1</code>
                  <is_cabel>true</is_cabel>
                </type>
              </address>
              <charging_speed>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </charging_speed>
              <charging_start>2026-02-08T15:08:52.1570472+01:00</charging_start>
              <charging_start_hour>1</charging_start_hour>
              <charging_start_minute>1</charging_start_minute>
              <charging_start_second>1</charging_start_second>
              <charging_station>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </charging_station>
              <code>sample string 3</code>
              <connector>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </connector>
              <hw_code>sample string 2</hw_code>
              <id>1</id>
              <id_transaction>1</id_transaction>
              <inclusion>sample string 5</inclusion>
              <is_possible_to_charge>true</is_possible_to_charge>
              <is_possible_to_charge_direct_payment>true</is_possible_to_charge_direct_payment>
              <is_public>true</is_public>
              <is_socket>true</is_socket>
              <location>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </location>
              <name>sample string 4</name>
              <output_current>1</output_current>
              <output_current_manufacturer>1</output_current_manufacturer>
              <output_power_avaiable_max>1</output_power_avaiable_max>
              <output_power_from>1</output_power_from>
              <output_power_from_manufacturer>1</output_power_from_manufacturer>
              <output_power_to>1</output_power_to>
              <output_voltage_manufacturer>1</output_voltage_manufacturer>
              <percent>11</percent>
              <planned_charging_end>2026-02-08T15:08:52.1570472+01:00</planned_charging_end>
              <products>
                <DirectPaymentProduct>
                  <amount_with_vat>6</amount_with_vat>
                  <blocking_value>4</blocking_value>
                  <id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</id>
                  <id_product>5</id_product>
                  <name>sample string 2</name>
                  <reservation_time>3</reservation_time>
                </DirectPaymentProduct>
                <DirectPaymentProduct>
                  <amount_with_vat>6</amount_with_vat>
                  <blocking_value>4</blocking_value>
                  <id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</id>
                  <id_product>5</id_product>
                  <name>sample string 2</name>
                  <reservation_time>3</reservation_time>
                </DirectPaymentProduct>
              </products>
              <rated_power>1</rated_power>
              <state>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </state>
              <still_continues>true</still_continues>
            </ChargingPoint>
            <ChargingPoint>
              <address>
                <city>sample string 6</city>
                <country>
                  <id>3</id>
                  <name>sample string 4</name>
                  <code>sample string 1</code>
                  <is_cabel>true</is_cabel>
                </country>
                <descriptive_number>sample string 3</descriptive_number>
                <house_number>sample string 4</house_number>
                <id>1</id>
                <post_code>sample string 5</post_code>
                <street>sample string 2</street>
                <type>
                  <id>3</id>
                  <name>sample string 4</name>
                  <code>sample string 1</code>
                  <is_cabel>true</is_cabel>
                </type>
              </address>
              <charging_speed>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </charging_speed>
              <charging_start>2026-02-08T15:08:52.1570472+01:00</charging_start>
              <charging_start_hour>1</charging_start_hour>
              <charging_start_minute>1</charging_start_minute>
              <charging_start_second>1</charging_start_second>
              <charging_station>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </charging_station>
              <code>sample string 3</code>
              <connector>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </connector>
              <hw_code>sample string 2</hw_code>
              <id>1</id>
              <id_transaction>1</id_transaction>
              <inclusion>sample string 5</inclusion>
              <is_possible_to_charge>true</is_possible_to_charge>
              <is_possible_to_charge_direct_payment>true</is_possible_to_charge_direct_payment>
              <is_public>true</is_public>
              <is_socket>true</is_socket>
              <location>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </location>
              <name>sample string 4</name>
              <output_current>1</output_current>
              <output_current_manufacturer>1</output_current_manufacturer>
              <output_power_avaiable_max>1</output_power_avaiable_max>
              <output_power_from>1</output_power_from>
              <output_power_from_manufacturer>1</output_power_from_manufacturer>
              <output_power_to>1</output_power_to>
              <output_voltage_manufacturer>1</output_voltage_manufacturer>
              <percent>11</percent>
              <planned_charging_end>2026-02-08T15:08:52.1570472+01:00</planned_charging_end>
              <products>
                <DirectPaymentProduct>
                  <amount_with_vat>6</amount_with_vat>
                  <blocking_value>4</blocking_value>
                  <id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</id>
                  <id_product>5</id_product>
                  <name>sample string 2</name>
                  <reservation_time>3</reservation_time>
                </DirectPaymentProduct>
                <DirectPaymentProduct>
                  <amount_with_vat>6</amount_with_vat>
                  <blocking_value>4</blocking_value>
                  <id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</id>
                  <id_product>5</id_product>
                  <name>sample string 2</name>
                  <reservation_time>3</reservation_time>
                </DirectPaymentProduct>
              </products>
              <rated_power>1</rated_power>
              <state>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </state>
              <still_continues>true</still_continues>
            </ChargingPoint>
          </charging_points>
          <code>sample string 7</code>
          <cpo_payment>true</cpo_payment>
          <different_opening_hours>true</different_opening_hours>
          <electrical_connection_type>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </electrical_connection_type>
          <establishment>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </establishment>
          <evse_id>sample string 5</evse_id>
          <firmware>sample string 22</firmware>
          <friday_opening_hours_all_day>true</friday_opening_hours_all_day>
          <friday_opening_hours_from>sample string 41</friday_opening_hours_from>
          <friday_opening_hours_to>sample string 42</friday_opening_hours_to>
          <fulltext>sample string 3</fulltext>
          <hardware_id>sample string 4</hardware_id>
          <has_reader>true</has_reader>
          <id>1</id>
          <id_image>1</id_image>
          <internal_charger>true</internal_charger>
          <ip_address>sample string 55</ip_address>
          <key_availability_to_unlock>sample string 52</key_availability_to_unlock>
          <latitude>sample string 18</latitude>
          <lockable_charger>true</lockable_charger>
          <longitude>sample string 19</longitude>
          <manufacturer>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </manufacturer>
          <manufacturer_text>sample string 13</manufacturer_text>
          <model>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </model>
          <model_text>sample string 14</model_text>
          <monday_opening_hours_all_day>true</monday_opening_hours_all_day>
          <monday_opening_hours_from>sample string 29</monday_opening_hours_from>
          <monday_opening_hours_to>sample string 30</monday_opening_hours_to>
          <number>sample string 6</number>
          <number_of_charging_points>1</number_of_charging_points>
          <ocpp_protocol>sample string 23</ocpp_protocol>
          <opening_hours>sample string 2</opening_hours>
          <opening_hours_all_day>true</opening_hours_all_day>
          <opening_hours_from>sample string 26</opening_hours_from>
          <opening_hours_to>sample string 27</opening_hours_to>
          <photo_charger>
            <deleted>true</deleted>
            <id>23f007ab-397e-4d1d-9156-0164603bd7a8</id>
            <name>sample string 2</name>
            <system_information>
              <creation>
                <date>2026-02-08T15:08:52.1570472+01:00</date>
                <user>
                  <code>sample string 2</code>
                  <first_name>sample string 7</first_name>
                  <full_name>sample string 9</full_name>
                  <id>1</id>
                  <image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</image_id>
                  <introduction>sample string 6</introduction>
                  <last_name>sample string 8</last_name>
                  <note>sample string 10</note>
                  <title>sample string 5</title>
                </user>
              </creation>
              <last_change>
                <date>2026-02-08T15:08:52.1570472+01:00</date>
                <user>
                  <code>sample string 2</code>
                  <first_name>sample string 7</first_name>
                  <full_name>sample string 9</full_name>
                  <id>1</id>
                  <image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</image_id>
                  <introduction>sample string 6</introduction>
                  <last_name>sample string 8</last_name>
                  <note>sample string 10</note>
                  <title>sample string 5</title>
                </user>
              </last_change>
            </system_information>
          </photo_charger>
          <rated_charger_power>1</rated_charger_power>
          <reader>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </reader>
          <revision_date>2026-02-08T15:08:52.1570472+01:00</revision_date>
          <saturday_opening_hours_all_day>true</saturday_opening_hours_all_day>
          <saturday_opening_hours_from>sample string 44</saturday_opening_hours_from>
          <saturday_opening_hours_to>sample string 45</saturday_opening_hours_to>
          <service_company_name>sample string 8</service_company_name>
          <service_email>sample string 12</service_email>
          <service_information>sample string 9</service_information>
          <service_number>sample string 10</service_number>
          <service_phone>sample string 11</service_phone>
          <state>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </state>
          <sunday_opening_hours_all_day>true</sunday_opening_hours_all_day>
          <sunday_opening_hours_from>sample string 47</sunday_opening_hours_from>
          <sunday_opening_hours_to>sample string 48</sunday_opening_hours_to>
          <thursday_opening_hours_all_day>true</thursday_opening_hours_all_day>
          <thursday_opening_hours_from>sample string 38</thursday_opening_hours_from>
          <thursday_opening_hours_to>sample string 39</thursday_opening_hours_to>
          <tuesday_opening_hours_all_day>true</tuesday_opening_hours_all_day>
          <tuesday_opening_hours_from>sample string 32</tuesday_opening_hours_from>
          <tuesday_opening_hours_to>sample string 33</tuesday_opening_hours_to>
          <wednesday_opening_hours_all_day>true</wednesday_opening_hours_all_day>
          <wednesday_opening_hours_from>sample string 35</wednesday_opening_hours_from>
          <wednesday_opening_hours_to>sample string 36</wednesday_opening_hours_to>
        </ChargingStation>
        <ChargingStation>
          <accessibility>sample string 49</accessibility>
          <activation_date>2026-02-08T15:08:52.1570472+01:00</activation_date>
          <actual_output_power>1</actual_output_power>
          <available_charger_power>1</available_charger_power>
          <charger_assignment>sample string 54</charger_assignment>
          <charger_control>true</charger_control>
          <charger_data_connection_method>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </charger_data_connection_method>
          <charger_general_location>sample string 20</charger_general_location>
          <charger_operation>true</charger_operation>
          <charger_registration_number>sample string 21</charger_registration_number>
          <charging_points>
            <ChargingPoint>
              <address>
                <city>sample string 6</city>
                <country>
                  <id>3</id>
                  <name>sample string 4</name>
                  <code>sample string 1</code>
                  <is_cabel>true</is_cabel>
                </country>
                <descriptive_number>sample string 3</descriptive_number>
                <house_number>sample string 4</house_number>
                <id>1</id>
                <post_code>sample string 5</post_code>
                <street>sample string 2</street>
                <type>
                  <id>3</id>
                  <name>sample string 4</name>
                  <code>sample string 1</code>
                  <is_cabel>true</is_cabel>
                </type>
              </address>
              <charging_speed>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </charging_speed>
              <charging_start>2026-02-08T15:08:52.1570472+01:00</charging_start>
              <charging_start_hour>1</charging_start_hour>
              <charging_start_minute>1</charging_start_minute>
              <charging_start_second>1</charging_start_second>
              <charging_station>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </charging_station>
              <code>sample string 3</code>
              <connector>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </connector>
              <hw_code>sample string 2</hw_code>
              <id>1</id>
              <id_transaction>1</id_transaction>
              <inclusion>sample string 5</inclusion>
              <is_possible_to_charge>true</is_possible_to_charge>
              <is_possible_to_charge_direct_payment>true</is_possible_to_charge_direct_payment>
              <is_public>true</is_public>
              <is_socket>true</is_socket>
              <location>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </location>
              <name>sample string 4</name>
              <output_current>1</output_current>
              <output_current_manufacturer>1</output_current_manufacturer>
              <output_power_avaiable_max>1</output_power_avaiable_max>
              <output_power_from>1</output_power_from>
              <output_power_from_manufacturer>1</output_power_from_manufacturer>
              <output_power_to>1</output_power_to>
              <output_voltage_manufacturer>1</output_voltage_manufacturer>
              <percent>11</percent>
              <planned_charging_end>2026-02-08T15:08:52.1570472+01:00</planned_charging_end>
              <products>
                <DirectPaymentProduct>
                  <amount_with_vat>6</amount_with_vat>
                  <blocking_value>4</blocking_value>
                  <id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</id>
                  <id_product>5</id_product>
                  <name>sample string 2</name>
                  <reservation_time>3</reservation_time>
                </DirectPaymentProduct>
                <DirectPaymentProduct>
                  <amount_with_vat>6</amount_with_vat>
                  <blocking_value>4</blocking_value>
                  <id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</id>
                  <id_product>5</id_product>
                  <name>sample string 2</name>
                  <reservation_time>3</reservation_time>
                </DirectPaymentProduct>
              </products>
              <rated_power>1</rated_power>
              <state>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </state>
              <still_continues>true</still_continues>
            </ChargingPoint>
            <ChargingPoint>
              <address>
                <city>sample string 6</city>
                <country>
                  <id>3</id>
                  <name>sample string 4</name>
                  <code>sample string 1</code>
                  <is_cabel>true</is_cabel>
                </country>
                <descriptive_number>sample string 3</descriptive_number>
                <house_number>sample string 4</house_number>
                <id>1</id>
                <post_code>sample string 5</post_code>
                <street>sample string 2</street>
                <type>
                  <id>3</id>
                  <name>sample string 4</name>
                  <code>sample string 1</code>
                  <is_cabel>true</is_cabel>
                </type>
              </address>
              <charging_speed>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </charging_speed>
              <charging_start>2026-02-08T15:08:52.1570472+01:00</charging_start>
              <charging_start_hour>1</charging_start_hour>
              <charging_start_minute>1</charging_start_minute>
              <charging_start_second>1</charging_start_second>
              <charging_station>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </charging_station>
              <code>sample string 3</code>
              <connector>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </connector>
              <hw_code>sample string 2</hw_code>
              <id>1</id>
              <id_transaction>1</id_transaction>
              <inclusion>sample string 5</inclusion>
              <is_possible_to_charge>true</is_possible_to_charge>
              <is_possible_to_charge_direct_payment>true</is_possible_to_charge_direct_payment>
              <is_public>true</is_public>
              <is_socket>true</is_socket>
              <location>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </location>
              <name>sample string 4</name>
              <output_current>1</output_current>
              <output_current_manufacturer>1</output_current_manufacturer>
              <output_power_avaiable_max>1</output_power_avaiable_max>
              <output_power_from>1</output_power_from>
              <output_power_from_manufacturer>1</output_power_from_manufacturer>
              <output_power_to>1</output_power_to>
              <output_voltage_manufacturer>1</output_voltage_manufacturer>
              <percent>11</percent>
              <planned_charging_end>2026-02-08T15:08:52.1570472+01:00</planned_charging_end>
              <products>
                <DirectPaymentProduct>
                  <amount_with_vat>6</amount_with_vat>
                  <blocking_value>4</blocking_value>
                  <id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</id>
                  <id_product>5</id_product>
                  <name>sample string 2</name>
                  <reservation_time>3</reservation_time>
                </DirectPaymentProduct>
                <DirectPaymentProduct>
                  <amount_with_vat>6</amount_with_vat>
                  <blocking_value>4</blocking_value>
                  <id>8e2ceb66-2122-42cd-a48e-f95ccb9befe1</id>
                  <id_product>5</id_product>
                  <name>sample string 2</name>
                  <reservation_time>3</reservation_time>
                </DirectPaymentProduct>
              </products>
              <rated_power>1</rated_power>
              <state>
                <id>3</id>
                <name>sample string 4</name>
                <code>sample string 1</code>
                <is_cabel>true</is_cabel>
              </state>
              <still_continues>true</still_continues>
            </ChargingPoint>
          </charging_points>
          <code>sample string 7</code>
          <cpo_payment>true</cpo_payment>
          <different_opening_hours>true</different_opening_hours>
          <electrical_connection_type>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </electrical_connection_type>
          <establishment>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </establishment>
          <evse_id>sample string 5</evse_id>
          <firmware>sample string 22</firmware>
          <friday_opening_hours_all_day>true</friday_opening_hours_all_day>
          <friday_opening_hours_from>sample string 41</friday_opening_hours_from>
          <friday_opening_hours_to>sample string 42</friday_opening_hours_to>
          <fulltext>sample string 3</fulltext>
          <hardware_id>sample string 4</hardware_id>
          <has_reader>true</has_reader>
          <id>1</id>
          <id_image>1</id_image>
          <internal_charger>true</internal_charger>
          <ip_address>sample string 55</ip_address>
          <key_availability_to_unlock>sample string 52</key_availability_to_unlock>
          <latitude>sample string 18</latitude>
          <lockable_charger>true</lockable_charger>
          <longitude>sample string 19</longitude>
          <manufacturer>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </manufacturer>
          <manufacturer_text>sample string 13</manufacturer_text>
          <model>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </model>
          <model_text>sample string 14</model_text>
          <monday_opening_hours_all_day>true</monday_opening_hours_all_day>
          <monday_opening_hours_from>sample string 29</monday_opening_hours_from>
          <monday_opening_hours_to>sample string 30</monday_opening_hours_to>
          <number>sample string 6</number>
          <number_of_charging_points>1</number_of_charging_points>
          <ocpp_protocol>sample string 23</ocpp_protocol>
          <opening_hours>sample string 2</opening_hours>
          <opening_hours_all_day>true</opening_hours_all_day>
          <opening_hours_from>sample string 26</opening_hours_from>
          <opening_hours_to>sample string 27</opening_hours_to>
          <photo_charger>
            <deleted>true</deleted>
            <id>23f007ab-397e-4d1d-9156-0164603bd7a8</id>
            <name>sample string 2</name>
            <system_information>
              <creation>
                <date>2026-02-08T15:08:52.1570472+01:00</date>
                <user>
                  <code>sample string 2</code>
                  <first_name>sample string 7</first_name>
                  <full_name>sample string 9</full_name>
                  <id>1</id>
                  <image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</image_id>
                  <introduction>sample string 6</introduction>
                  <last_name>sample string 8</last_name>
                  <note>sample string 10</note>
                  <title>sample string 5</title>
                </user>
              </creation>
              <last_change>
                <date>2026-02-08T15:08:52.1570472+01:00</date>
                <user>
                  <code>sample string 2</code>
                  <first_name>sample string 7</first_name>
                  <full_name>sample string 9</full_name>
                  <id>1</id>
                  <image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</image_id>
                  <introduction>sample string 6</introduction>
                  <last_name>sample string 8</last_name>
                  <note>sample string 10</note>
                  <title>sample string 5</title>
                </user>
              </last_change>
            </system_information>
          </photo_charger>
          <rated_charger_power>1</rated_charger_power>
          <reader>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </reader>
          <revision_date>2026-02-08T15:08:52.1570472+01:00</revision_date>
          <saturday_opening_hours_all_day>true</saturday_opening_hours_all_day>
          <saturday_opening_hours_from>sample string 44</saturday_opening_hours_from>
          <saturday_opening_hours_to>sample string 45</saturday_opening_hours_to>
          <service_company_name>sample string 8</service_company_name>
          <service_email>sample string 12</service_email>
          <service_information>sample string 9</service_information>
          <service_number>sample string 10</service_number>
          <service_phone>sample string 11</service_phone>
          <state>
            <id>3</id>
            <name>sample string 4</name>
            <code>sample string 1</code>
            <is_cabel>true</is_cabel>
          </state>
          <sunday_opening_hours_all_day>true</sunday_opening_hours_all_day>
          <sunday_opening_hours_from>sample string 47</sunday_opening_hours_from>
          <sunday_opening_hours_to>sample string 48</sunday_opening_hours_to>
          <thursday_opening_hours_all_day>true</thursday_opening_hours_all_day>
          <thursday_opening_hours_from>sample string 38</thursday_opening_hours_from>
          <thursday_opening_hours_to>sample string 39</thursday_opening_hours_to>
          <tuesday_opening_hours_all_day>true</tuesday_opening_hours_all_day>
          <tuesday_opening_hours_from>sample string 32</tuesday_opening_hours_from>
          <tuesday_opening_hours_to>sample string 33</tuesday_opening_hours_to>
          <wednesday_opening_hours_all_day>true</wednesday_opening_hours_all_day>
          <wednesday_opening_hours_from>sample string 35</wednesday_opening_hours_from>
          <wednesday_opening_hours_to>sample string 36</wednesday_opening_hours_to>
        </ChargingStation>
      </charging_stations>
      <city>sample string 10</city>
      <connection_method>
        <id>3</id>
        <name>sample string 4</name>
        <code>sample string 1</code>
        <is_cabel>true</is_cabel>
      </connection_method>
      <connection_method_text>sample string 6</connection_method_text>
      <country>
        <id>3</id>
        <name>sample string 4</name>
        <code>sample string 1</code>
        <is_cabel>true</is_cabel>
      </country>
      <data_connectivity>true</data_connectivity>
      <deleted>true</deleted>
      <descriptive_number>sample string 5</descriptive_number>
      <email>sample string 33</email>
      <file>
        <id>3</id>
        <name>sample string 4</name>
        <code>sample string 1</code>
        <is_cabel>true</is_cabel>
      </file>
      <file_agreement>true</file_agreement>
      <first_name>sample string 29</first_name>
      <house_number>sample string 7</house_number>
      <id>1</id>
      <is_billing_address_different>true</is_billing_address_different>
      <is_mailing_address_different>true</is_mailing_address_different>
      <is_preparation_for_management>true</is_preparation_for_management>
      <last_name>sample string 30</last_name>
      <mailing_city>sample string 15</mailing_city>
      <mailing_country>sample string 16</mailing_country>
      <mailing_descriptive_number>sample string 12</mailing_descriptive_number>
      <mailing_house_number>sample string 13</mailing_house_number>
      <mailing_post_code>sample string 14</mailing_post_code>
      <mailing_street>sample string 11</mailing_street>
      <name>sample string 3</name>
      <partner_name>sample string 32</partner_name>
      <phone>sample string 31</phone>
      <portal_email>sample string 37</portal_email>
      <portal_first_name>sample string 34</portal_first_name>
      <portal_last_name>sample string 35</portal_last_name>
      <portal_phone>sample string 36</portal_phone>
      <post_code>sample string 8</post_code>
      <preparation_company>sample string 41</preparation_company>
      <state>sample string 9</state>
      <street>sample string 4</street>
      <technical_email>sample string 28</technical_email>
      <technical_first_name>sample string 25</technical_first_name>
      <technical_last_name>sample string 26</technical_last_name>
      <technical_phone>sample string 27</technical_phone>
      <upload_connection_agreement_file>
        <deleted>true</deleted>
        <id>23f007ab-397e-4d1d-9156-0164603bd7a8</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-02-08T15:08:52.1570472+01:00</date>
            <user>
              <code>sample string 2</code>
              <first_name>sample string 7</first_name>
              <full_name>sample string 9</full_name>
              <id>1</id>
              <image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</image_id>
              <introduction>sample string 6</introduction>
              <last_name>sample string 8</last_name>
              <note>sample string 10</note>
              <title>sample string 5</title>
            </user>
          </creation>
          <last_change>
            <date>2026-02-08T15:08:52.1570472+01:00</date>
            <user>
              <code>sample string 2</code>
              <first_name>sample string 7</first_name>
              <full_name>sample string 9</full_name>
              <id>1</id>
              <image_id>0aa8a15c-c73e-47be-b9a2-f884d3ada20f</image_id>
              <introduction>sample string 6</introduction>
              <last_name>sample string 8</last_name>
              <note>sample string 10</note>
              <title>sample string 5</title>
            </user>
          </last_change>
        </system_information>
      </upload_connection_agreement_file>
    </establishment>
    <total_amount>1</total_amount>
    <transaction_count>2</transaction_count>
  </statistics>
</PaginationResponseTransaction>