GET api/v1/transactions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Transaction| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| is_settled | boolean |
None. |
|
| number | string |
None. |
|
| number_code | string |
None. |
|
| evse_id | string |
None. |
|
| designation | string |
None. |
|
| rfid_printed_number | string |
None. |
|
| round | CodeListSystem |
None. |
|
| is_public | boolean |
None. |
|
| type_charging | CodeListSystem |
None. |
|
| session_id | string |
None. |
|
| price | decimal number |
None. |
|
| price_with_vat | decimal number |
None. |
|
| price_charging | decimal number |
None. |
|
| price_one_time_fee | decimal number |
None. |
|
| price_time_fee | decimal number |
None. |
|
| price_parking | decimal number |
None. |
|
| price_fee | decimal number |
None. |
|
| price_other | decimal number |
None. |
|
| price_charging_with_vat | decimal number |
None. |
|
| price_one_time_fee_with_vat | decimal number |
None. |
|
| price_time_fee_with_vat | decimal number |
None. |
|
| price_parking_with_vat | decimal number |
None. |
|
| price_fee_with_vat | decimal number |
None. |
|
| price_other_with_vat | decimal number |
None. |
|
| price_charging_unit_of_measure | decimal number |
None. |
|
| price_one_time_fee_unit_of_measure | decimal number |
None. |
|
| price_time_fee_unit_of_measure | decimal number |
None. |
|
| price_parking_unit_of_measure | decimal number |
None. |
|
| price_fee_unit_of_measure | decimal number |
None. |
|
| price_other_unit_of_measure | decimal number |
None. |
|
| price_charging_with_vat_unit_of_measure | decimal number |
None. |
|
| price_one_time_fee_with_vat_unit_of_measure | decimal number |
None. |
|
| price_time_fee_with_vat_unit_of_measure | decimal number |
None. |
|
| price_parking_with_vat_unit_of_measure | decimal number |
None. |
|
| price_fee_with_vat_unit_of_measure | decimal number |
None. |
|
| price_other_with_vat_unit_of_measure | decimal number |
None. |
|
| model | CodeListSystem |
None. |
|
| charging_type | CodeListSystem |
None. |
|
| rfid | string |
None. |
|
| product | string |
None. |
|
| chargee_net | CodeListSystem |
None. |
|
| start_date | date |
None. |
|
| start_value | decimal number |
None. |
|
| end_value | decimal number |
None. |
|
| end_date | date |
None. |
|
| charging_start | date |
None. |
|
| charging_end | date |
None. |
|
| total_charging_time | decimal number |
None. |
|
| total_session_time | decimal number |
None. |
|
| total_charging_time_string | string |
None. |
|
| total_session_time_string | string |
None. |
|
| total_consumption | decimal number |
None. |
|
| authorization | CodeListSystem |
None. |
|
| establishment | Establishment |
None. |
|
| charging_station | CodeListSystem |
None. |
|
| chargee_id | CodeListSystem |
None. |
|
| car | Car |
None. |
|
| card | Card |
None. |
|
| user | UserSimple |
None. |
|
| charging_point | ChargingPoint |
None. |
|
| state | CodeListSystem |
None. |
Response Formats
application/json, text/json
Sample:
{
"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:53Z",
"start_value": 37.0,
"end_value": 38.0,
"end_date": "2026-02-08T14:08:53Z",
"charging_start": "2026-02-08T14:08:53Z",
"charging_end": "2026-02-08T14:08:53Z",
"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:53Z",
"activation_date": "2026-02-08T14:08:53Z",
"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": "1940d1a9-2215-4018-ba6a-64100e3dd1b9",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"id": 1,
"image_id": "6e302738-ed06-4ad5-a1b5-d19ee7fd24b4",
"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:53Z"
},
"last_change": {
"user": {
"id": 1,
"image_id": "6e302738-ed06-4ad5-a1b5-d19ee7fd24b4",
"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:53Z"
}
}
},
"charging_points": [
{
"id": 1,
"id_transaction": 1,
"hw_code": "sample string 2",
"products": [
{
"id": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
},
{
"id": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"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:53Z",
"charging_start": "2026-02-08T14:08:53Z",
"percent": 11
},
{
"id": 1,
"id_transaction": 1,
"hw_code": "sample string 2",
"products": [
{
"id": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
},
{
"id": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"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:53Z",
"charging_start": "2026-02-08T14:08:53Z",
"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:53Z",
"activation_date": "2026-02-08T14:08:53Z",
"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": "1940d1a9-2215-4018-ba6a-64100e3dd1b9",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"id": 1,
"image_id": "6e302738-ed06-4ad5-a1b5-d19ee7fd24b4",
"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:53Z"
},
"last_change": {
"user": {
"id": 1,
"image_id": "6e302738-ed06-4ad5-a1b5-d19ee7fd24b4",
"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:53Z"
}
}
},
"charging_points": [
{
"id": 1,
"id_transaction": 1,
"hw_code": "sample string 2",
"products": [
{
"id": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
},
{
"id": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"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:53Z",
"charging_start": "2026-02-08T14:08:53Z",
"percent": 11
},
{
"id": 1,
"id_transaction": 1,
"hw_code": "sample string 2",
"products": [
{
"id": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
},
{
"id": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"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:53Z",
"charging_start": "2026-02-08T14:08:53Z",
"percent": 11
}
],
"ip_address": "sample string 55",
"actual_output_power": 1.0
}
],
"file_agreement": true,
"upload_connection_agreement_file": {
"id": "1940d1a9-2215-4018-ba6a-64100e3dd1b9",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"id": 1,
"image_id": "6e302738-ed06-4ad5-a1b5-d19ee7fd24b4",
"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:53Z"
},
"last_change": {
"user": {
"id": 1,
"image_id": "6e302738-ed06-4ad5-a1b5-d19ee7fd24b4",
"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:53Z"
}
}
},
"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:53Z",
"date_of_deactivation": "2026-02-08T14:08:53Z",
"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:53Z"
},
"card": {
"id": 1,
"date_of_activation": "2026-02-08T14:08:53Z",
"date_of_deactivation": "2026-02-08T14:08:53Z",
"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:53Z"
},
"user": {
"id": 1,
"image_id": "6e302738-ed06-4ad5-a1b5-d19ee7fd24b4",
"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": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
},
{
"id": "7f66d78c-1680-4fe5-9e50-40bf34c30b5b",
"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:53Z",
"charging_start": "2026-02-08T14:08:53Z",
"percent": 11
},
"state": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
}
}
application/xml, text/xml
Sample:
<Transaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
<authorization>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</authorization>
<car>
<car_type>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</car_type>
<charge_ids>sample string 7</charge_ids>
<code>sample string 9</code>
<data>sample string 10</data>
<date_create>2026-02-08T15:08:53.7820436+01:00</date_create>
<date_of_activation>2026-02-08T15:08:53.7820436+01:00</date_of_activation>
<date_of_deactivation>2026-02-08T15:08:53.7820436+01:00</date_of_deactivation>
<deleted>true</deleted>
<establishment>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</establishment>
<id>1</id>
<model>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</model>
<model_name>sample string 4</model_name>
<producer>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</producer>
<producer_name>sample string 4</producer_name>
<spz>sample string 2</spz>
<state>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</state>
<state_name>sample string 4</state_name>
<sub_type>sample string 4</sub_type>
<type>sample string 3</type>
<vin>sample string 8</vin>
</car>
<card>
<charge_ids>sample string 6</charge_ids>
<code>sample string 3</code>
<data>sample string 5</data>
<date_create>2026-02-08T15:08:53.7820436+01:00</date_create>
<date_of_activation>2026-02-08T15:08:53.7820436+01:00</date_of_activation>
<date_of_deactivation>2026-02-08T15:08:53.7820436+01:00</date_of_deactivation>
<deleted>true</deleted>
<establishment>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</establishment>
<id>1</id>
<name>sample string 4</name>
<number>sample string 2</number>
<state>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</state>
<state_name>sample string 4</state_name>
<type>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</type>
</card>
<chargee_id>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</chargee_id>
<chargee_net>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</chargee_net>
<charging_end>2026-02-08T15:08:53.7820436+01:00</charging_end>
<charging_point>
<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:53.7820436+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:53.7820436+01:00</planned_charging_end>
<products>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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>
</charging_point>
<charging_start>2026-02-08T15:08:53.7820436+01:00</charging_start>
<charging_station>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_station>
<charging_type>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_type>
<designation>sample string 6</designation>
<end_date>2026-02-08T15:08:53.7820436+01:00</end_date>
<end_value>38</end_value>
<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:53.7820436+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:53.7820436+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:53.7820436+01:00</planned_charging_end>
<products>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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:53.7820436+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:53.7820436+01:00</planned_charging_end>
<products>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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>1940d1a9-2215-4018-ba6a-64100e3dd1b9</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-02-08T15:08:53.7820436+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>6e302738-ed06-4ad5-a1b5-d19ee7fd24b4</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:53.7820436+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>6e302738-ed06-4ad5-a1b5-d19ee7fd24b4</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:53.7820436+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:53.7820436+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:53.7820436+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:53.7820436+01:00</planned_charging_end>
<products>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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:53.7820436+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:53.7820436+01:00</planned_charging_end>
<products>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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>7f66d78c-1680-4fe5-9e50-40bf34c30b5b</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>1940d1a9-2215-4018-ba6a-64100e3dd1b9</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-02-08T15:08:53.7820436+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>6e302738-ed06-4ad5-a1b5-d19ee7fd24b4</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:53.7820436+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>6e302738-ed06-4ad5-a1b5-d19ee7fd24b4</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:53.7820436+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>1940d1a9-2215-4018-ba6a-64100e3dd1b9</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-02-08T15:08:53.7820436+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>6e302738-ed06-4ad5-a1b5-d19ee7fd24b4</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:53.7820436+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>6e302738-ed06-4ad5-a1b5-d19ee7fd24b4</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>
<evse_id>sample string 5</evse_id>
<id>1</id>
<is_public>true</is_public>
<is_settled>true</is_settled>
<model>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</model>
<number>sample string 3</number>
<number_code>sample string 4</number_code>
<price>46</price>
<price_charging>10</price_charging>
<price_charging_unit_of_measure>22</price_charging_unit_of_measure>
<price_charging_with_vat>16</price_charging_with_vat>
<price_charging_with_vat_unit_of_measure>28</price_charging_with_vat_unit_of_measure>
<price_fee>14</price_fee>
<price_fee_unit_of_measure>26</price_fee_unit_of_measure>
<price_fee_with_vat>20</price_fee_with_vat>
<price_fee_with_vat_unit_of_measure>32</price_fee_with_vat_unit_of_measure>
<price_one_time_fee>11</price_one_time_fee>
<price_one_time_fee_unit_of_measure>23</price_one_time_fee_unit_of_measure>
<price_one_time_fee_with_vat>17</price_one_time_fee_with_vat>
<price_one_time_fee_with_vat_unit_of_measure>29</price_one_time_fee_with_vat_unit_of_measure>
<price_other>15</price_other>
<price_other_unit_of_measure>27</price_other_unit_of_measure>
<price_other_with_vat>21</price_other_with_vat>
<price_other_with_vat_unit_of_measure>33</price_other_with_vat_unit_of_measure>
<price_parking>13</price_parking>
<price_parking_unit_of_measure>25</price_parking_unit_of_measure>
<price_parking_with_vat>19</price_parking_with_vat>
<price_parking_with_vat_unit_of_measure>31</price_parking_with_vat_unit_of_measure>
<price_time_fee>12</price_time_fee>
<price_time_fee_unit_of_measure>24</price_time_fee_unit_of_measure>
<price_time_fee_with_vat>18</price_time_fee_with_vat>
<price_time_fee_with_vat_unit_of_measure>30</price_time_fee_with_vat_unit_of_measure>
<price_with_vat>53</price_with_vat>
<product>sample string 35</product>
<rfid>sample string 34</rfid>
<rfid_printed_number>sample string 7</rfid_printed_number>
<round>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</round>
<session_id>sample string 9</session_id>
<start_date>2026-02-08T15:08:53.7820436+01:00</start_date>
<start_value>37</start_value>
<state>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</state>
<total_charging_time>39</total_charging_time>
<total_charging_time_string>00:00:00</total_charging_time_string>
<total_consumption>43</total_consumption>
<total_session_time>40</total_session_time>
<total_session_time_string>00:00:00</total_session_time_string>
<type_charging>
<id>2</id>
<name>Veřejné</name>
<code i:nil="true" />
<is_cabel>false</is_cabel>
</type_charging>
<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>6e302738-ed06-4ad5-a1b5-d19ee7fd24b4</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>
</Transaction>