Release Notes: Public API of AMPECO Charge 3.106.0
1 day ago by Valentin Alexiev
No changes to the API in this release of AMPECO Charge.
Release Notes: Public API of AMPECO Charge 3.105.0
6 days ago by Valentin Alexiev
- ⚠️ Breaking Changes
- Remove
application/jsonresponse body for422errors across multiple endpoints (e.g.,/public-api/actions/session/v1.0/{session}/retry-payment,/public-api/resources/taxes/v2.0,/public-api/resources/terms-and-policies/v2.0) - Remove enum value
277frompowerOptions/maxVoltagein requests for/public-api/resources/evses/v2.0/{evse},/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse},/public-api/resources/charge-points/v2.0/{chargePoint}/evses - Add new required request property
addressto/public-api/resources/locations/v2.0create requests - Remove required response property
lastUpdatedAtfromdata.itemsin200responses for/public-api/resources/parking-spaces/v1.0and/public-api/resources/parking-spaces/v1.0/{parkingSpace} - Change response property
idunderdata.itemsto optional in200responses for/public-api/resources/partner-contracts/v1.0and/public-api/resources/partner-contracts/v1.0/{partnerContract} - Add new response type under
data.itemsin200responses for/public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferencesand/public-api/resources/charge-points/v2.0/{chargePoint}/available-personal-smart-charging-modes - Change request body type to
objectfor/public-api/resources/locations/v2.0and/public-api/resources/locations/v2.0/{location} - Extend request body structure with additional schema components for
/public-api/resources/charge-points/v2.0 - Remove request body option(s) for
/public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging - Remove endpoint
/public-api/resources/consents/v1.0without deprecation
- Remove
- ✨ New Features
- Add new enum value
elspottotypein200responses for/public-api/resources/electricity-rates/v2.0and/public-api/resources/electricity-rates/v2.0/{electricityRate} - Add new optional request property
additionalDescriptionto/public-api/resources/locations/v2.0and/public-api/resources/locations/v2.0/{location} - Add new smart charging request option
Energi Elspotfor/public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferencesand/public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging - Add new response type
Energi Elspotunderdatafor201responses on/public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferencesand/public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging - Add discriminator mapping key
energi_elspottodatain200responses for/public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferencesto support the Energi Elspot type
- Add new enum value
- 🔧 Improvements
- Remove request body schema components to simplify payloads for
/public-api/resources/locations/v2.0,/public-api/resources/locations/v2.0/{location}, and/public-api/resources/charge-points/v2.0 - Remove enum value
277fromdata.items.powerOptions/maxVoltagein200responses for/public-api/resources/evses/v2.0,/public-api/resources/evses/v2.0/{evse}, and/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse} - Extend
data.itemsresponse structure in200responses for/public-api/resources/charge-points/v2.0,/public-api/resources/charge-points/v1.0, and/public-api/resources/circuits/v2.0/{circuit} - Remove components from
data.itemsresponse structure in200responses for/public-api/resources/charge-points/v2.0,/public-api/resources/charge-points/v1.0, and/public-api/resources/circuits/v2.0/{circuit} - Remove
403error response from/public-api/actions/notifications/v1.0/{notification}/resend,/public-api/resources/partners/v2.0/{partner}, and/public-api/resources/id-tags/v2.0 - Extend
200response body structure for/public-api/resources/charge-points/v1.0/{chargePoint} - Remove components from
200response body structure for/public-api/resources/charge-points/v1.0/{chargePoint} - Remove response type option(s) from
datain201responses for/public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
- Remove request body schema components to simplify payloads for
- ⏳ Deprecations
- Remove optional response property
externalIdfrom booking-related200responses (e.g.,/public-api/resources/booking-requests/v1.0,/public-api/resources/sessions/v1.0,/public-api/resources/partner-contracts/v1.0/{partnerContract}) - Remove request property
externalIdfrom Create Booking payloads for/public-api/resources/booking-requests/v1.0,/public-api/resources/partner-contracts/v1.0/{partnerContract}, and/public-api/resources/charge-points/v1.0 - Remove
filterquery parameter from listing endpoints/public-api/resources/partner-contracts/v1.0,/public-api/resources/subscription-plans/v2.0, and/public-api/resources/circuits/v2.0
- Remove optional response property
Release Notes: Public API of AMPECO Charge 3.104.0
7 days ago by Valentin Alexiev
- ⚠️ Breaking Changes
- Add new request body schema option for Locations requests at
/public-api/resources/locations/v2.0and/public-api/resources/locations/v2.0/{location} - Change request body type for Locations create and update from
objectto new schema options at/public-api/resources/locations/v2.0and/public-api/resources/locations/v2.0/{location}
- Add new request body schema option for Locations requests at
- ✨ New Features
- Add optional property
externalIdtodata.itemsin 200 responses for/public-api/resources/locations/v2.0,/public-api/resources/locations/v2.0/{location}, and/public-api/resources/booking-requests/v1.0/{bookingRequest} - Add new optional request property
externalIdwhen creating a booking request at/public-api/resources/booking-requests/v1.0 - Add new optional query parameter
filterto/public-api/resources/circuits/v2.0 - Add new
Consentsendpoint/public-api/resources/consents/v1.0
- Add optional property
- 🔧 Improvements
- Add
application/jsonresponse body for 422 validation errors across affected endpoints (e.g.,/public-api/resources/electricity-rates/v1.0/{electricityRate},/public-api/resources/parking-spaces/v1.0,/public-api/resources/charge-point-models/v1.0/{modelId}) - Add 409 conflict error response to
/public-api/resources/partners/v2.0/{partner}
- Add
- ⏳ Deprecations
- Remove request property
additionalDescriptionfrom/public-api/resources/locations/v2.0and/public-api/resources/locations/v2.0/{location}
- Remove request property
Release Notes: Public API of AMPECO Charge 3.103.0
15 days ago by Valentin Alexiev
- ✨ New Features
- Add new optional property
totalCosttoclockAlignedEnergyConsumption[]items in the200response of/public-api/resources/sessions/v1.0and/public-api/resources/sessions/v1.0/{session}
- Add new optional property
- 🔧 Improvements
- Add
403error response to/public-api/actions/notifications/v1.0/{notification}/resendwhen the request is forbidden
- Add
Release Notes: Public API of AMPECO Charge 3.102.0
21 days ago by Valentin Alexiev
- ⚠️ Breaking Changes
- Update response property
lowerThresholdPercentto allownullin200responses for/public-api/resources/circuits/v2.0/{circuit}/soc-priorities - Remove request body option(s) for
/public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
- Update response property
- ✨ New Features
- Add optional
filterquery parameter to/public-api/resources/partner-contracts/v1.0and/public-api/resources/subscription-plans/v2.0 - Add new request body option(s) for
/public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging - Add new response type under
datain201responses for/public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
- Add optional
- 🔧 Improvements
- Add enum value
277to response propertypowerOptions/maxVoltagein/public-api/resources/evses/v2.0/{evse},/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}, and/public-api/resources/circuits/v2.0 - Add optional response property
lastBootNotification.lastUpdatedAtto200responses for/public-api/resources/charge-points/v2.0,/public-api/resources/charge-points/v2.0/{chargePoint}, and/public-api/resources/transactions/v1.0/{transaction} - Add enum value
277to request propertypowerOptions/maxVoltagefor/public-api/resources/evses/v2.0/{evse},/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}, and/public-api/resources/circuits/v2.0 - Add required response property
lastUpdatedAtto200responses for/public-api/resources/parking-spaces/v1.0and/public-api/resources/parking-spaces/v1.0/{parkingSpace} - Add new response type under
data/itemsin200responses for/public-api/resources/circuits/v2.0and/public-api/resources/circuits/v2.0/{circuit} - Remove response type under
data/itemsin200responses for/public-api/resources/circuits/v2.0and/public-api/resources/circuits/v2.0/{circuit} - Add
422validation error response to/public-api/resources/parking-spaces/v1.0and/public-api/resources/id-tags/v2.0 - Remove response type under
datain201responses for/public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
- Add enum value
Release Notes: Public API of AMPECO Charge 3.101.0
28 days ago by Valentin Alexiev
- ✨ New Features
- Add new optional request property
externalIdto/public-api/resources/tariffs/v1.0 - Add new optional request property
externalIdto/public-api/resources/tariffs/v1.0/{tariff
- Add new optional request property
- 🔧 Improvements
- Add new optional response property
externalIdto/public-api/resources/users/v1.0/{user}/invoice-details - Add new optional response property
externalIdto/public-api/resources/tariffs/v1.0 - Add new optional response property
externalIdto/public-api/resources/tariff-snapshots/v1.0/{tariffSnapshot}
- Add new optional response property
Release Notes: Public API of AMPECO Charge 3.100.0
about 1 month ago by Valentin Alexiev
- ⚠️ Breaking Changes
- Remove
Energi Elspotrequest type from/public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferencesrequest body
- Remove
- ✨ New Features
- Add optional response property
installationAndMaintenanceCompanyIdto 200 responses for/public-api/resources/partner-contracts/v1.0,/public-api/resources/partner-contracts/v1.0/{partnerContract}, and/public-api/resources/charge-points/v2.0 - Add optional request property
uptimeTrackingEnabledto/public-api/resources/partner-contracts/v1.0,/public-api/resources/partner-contracts/v1.0/{partnerContract}, and/public-api/resources/charge-points/v2.0/{chargePoint} - Add new response type option for
data.itemsin 200 responses of/public-api/resources/charge-points/v1.0and/public-api/resources/charge-points/v1.0/{chargePoint} - Add new response type option to the 200 response body of
/public-api/resources/charge-points/v1.0/{chargePoint}
- Add optional response property
- 🔧 Improvements
- Update partner contract responses to require
idindata.itemsfor/public-api/resources/partner-contracts/v1.0and/public-api/resources/partner-contracts/v1.0/{partnerContract}
- Update partner contract responses to require
- ⏳ Deprecations
- Remove enum value
elspotfromtypein 200 responses for/public-api/resources/electricity-rates/v2.0and/public-api/resources/electricity-rates/v2.0/{electricityRate} - Remove a response type option for
data.itemsin 200 responses of/public-api/resources/charge-points/v1.0and/public-api/resources/charge-points/v1.0/{chargePoint} - Remove
Energi Elspotresponse type from smart charging responses at/public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferencesand/public-api/resources/charge-points/v2.0/{chargePoint}/available-personal-smart-charging-modes - Remove schema
PersonalSmartChargingPreferencesEnergiElspot - Remove a response type option from the 200 response body of
/public-api/resources/charge-points/v1.0/{chargePoint} - Remove discriminator mapping key
energi_elspotfromdatain 200 responses of/public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences - Remove
Energi Elspotresponse type from the 201 response of/public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences
- Remove enum value
Release Notes: Public API of AMPECO Charge 3.99.0
about 1 month ago by Valentin Alexiev
- Add a new property
externalIdto the resources User Groups. - Add new types of
priceBreakdownitems of the resources Sessions and SessionUpdateNotification.- energy_flat_fee
- duration_flat_fee
- idle_flat_fee
- Add new filters to EVSEs / Listing:
roamingOperatorIdshasTariffGrouphasRoamingTariffIds
- Add a new property
electricityCostReimbursementIntegrationIdto the resources Charge Point. - Add a new filter
roamingOperatorIdsto the Charge Points / Listing.
Release Notes: Public API of AMPECO Charge 3.98.0
about 1 month ago by Valentin Alexiev
- Add new installer job actions:
- Add support for "Printec Castles" as a
terminalTypeof the resource Payment Terminals.
Release Notes: Public API of AMPECO Charge 3.97.0
about 2 months ago by Valentin Alexiev
- Add a new property
electricalConfigurationto the resource Circuits and Charge Point / Smart Charging. - The deprecated property
statusis removed from the resource Locations. - Make the meta endpoint properties
operationId,summaryandtagsfollow consistent naming conventions.
