HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog
Terms of Use

Release Notes: Public API of AMPECO Charge 3.106.0

No changes to the API in this release of AMPECO Charge.

Release Notes: Public API of AMPECO Charge 3.105.0

  1. ⚠️ Breaking Changes
    1. Remove application/json response body for 422 errors 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)
    2. Remove enum value 277 from powerOptions/maxVoltage in 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
    3. Add new required request property address to /public-api/resources/locations/v2.0 create requests
    4. Remove required response property lastUpdatedAt from data.items in 200 responses for /public-api/resources/parking-spaces/v1.0 and /public-api/resources/parking-spaces/v1.0/{parkingSpace}
    5. Change response property id under data.items to optional in 200 responses for /public-api/resources/partner-contracts/v1.0 and /public-api/resources/partner-contracts/v1.0/{partnerContract}
    6. Add new response type under data.items in 200 responses for /public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences and /public-api/resources/charge-points/v2.0/{chargePoint}/available-personal-smart-charging-modes
    7. Change request body type to object for /public-api/resources/locations/v2.0 and /public-api/resources/locations/v2.0/{location}
    8. Extend request body structure with additional schema components for /public-api/resources/charge-points/v2.0
    9. Remove request body option(s) for /public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
    10. Remove endpoint /public-api/resources/consents/v1.0 without deprecation
  2. ✨ New Features
    1. Add new enum value elspot to type in 200 responses for /public-api/resources/electricity-rates/v2.0 and /public-api/resources/electricity-rates/v2.0/{electricityRate}
    2. Add new optional request property additionalDescription to /public-api/resources/locations/v2.0 and /public-api/resources/locations/v2.0/{location}
    3. Add new smart charging request option Energi Elspot for /public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences and /public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
    4. Add new response type Energi Elspot under data for 201 responses on /public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences and /public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
    5. Add discriminator mapping key energi_elspot to data in 200 responses for /public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences to support the Energi Elspot type
  3. 🔧 Improvements
    1. 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
    2. Remove enum value 277 from data.items.powerOptions/maxVoltage in 200 responses 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}
    3. Extend data.items response structure in 200 responses for /public-api/resources/charge-points/v2.0, /public-api/resources/charge-points/v1.0, and /public-api/resources/circuits/v2.0/{circuit}
    4. Remove components from data.items response structure in 200 responses for /public-api/resources/charge-points/v2.0, /public-api/resources/charge-points/v1.0, and /public-api/resources/circuits/v2.0/{circuit}
    5. Remove 403 error 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
    6. Extend 200 response body structure for /public-api/resources/charge-points/v1.0/{chargePoint}
    7. Remove components from 200 response body structure for /public-api/resources/charge-points/v1.0/{chargePoint}
    8. Remove response type option(s) from data in 201 responses for /public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
  4. ⏳ Deprecations
    1. Remove optional response property externalId from booking-related 200 responses (e.g., /public-api/resources/booking-requests/v1.0, /public-api/resources/sessions/v1.0, /public-api/resources/partner-contracts/v1.0/{partnerContract})
    2. Remove request property externalId from 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
    3. Remove filter query 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

Release Notes: Public API of AMPECO Charge 3.104.0

  1. ⚠️ Breaking Changes
    1. Add new request body schema option for Locations requests at /public-api/resources/locations/v2.0 and /public-api/resources/locations/v2.0/{location}
    2. Change request body type for Locations create and update from object to new schema options at /public-api/resources/locations/v2.0 and /public-api/resources/locations/v2.0/{location}
  2. ✨ New Features
    1. Add optional property externalId to data.items in 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}
    2. Add new optional request property externalId when creating a booking request at /public-api/resources/booking-requests/v1.0
    3. Add new optional query parameter filter to /public-api/resources/circuits/v2.0
    4. Add new Consents endpoint /public-api/resources/consents/v1.0
  3. 🔧 Improvements
    1. Add application/json response 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})
    2. Add 409 conflict error response to /public-api/resources/partners/v2.0/{partner}
  4. ⏳ Deprecations
    1. Remove request property additionalDescription from /public-api/resources/locations/v2.0 and /public-api/resources/locations/v2.0/{location}

Release Notes: Public API of AMPECO Charge 3.103.0

  1. ✨ New Features
    1. Add new optional property totalCost to clockAlignedEnergyConsumption[] items in the 200 response of /public-api/resources/sessions/v1.0 and /public-api/resources/sessions/v1.0/{session}
  2. 🔧 Improvements
    1. Add 403 error response to /public-api/actions/notifications/v1.0/{notification}/resend when the request is forbidden

Release Notes: Public API of AMPECO Charge 3.102.0

  1. ⚠️ Breaking Changes
    1. Update response property lowerThresholdPercent to allow null in 200 responses for /public-api/resources/circuits/v2.0/{circuit}/soc-priorities
    2. Remove request body option(s) for /public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
  2. ✨ New Features
    1. Add optional filter query parameter to /public-api/resources/partner-contracts/v1.0 and /public-api/resources/subscription-plans/v2.0
    2. Add new request body option(s) for /public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
    3. Add new response type under data in 201 responses for /public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
  3. 🔧 Improvements
    1. Add enum value 277 to response property powerOptions/maxVoltage in /public-api/resources/evses/v2.0/{evse}, /public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}, and /public-api/resources/circuits/v2.0
    2. Add optional response property lastBootNotification.lastUpdatedAt to 200 responses for /public-api/resources/charge-points/v2.0, /public-api/resources/charge-points/v2.0/{chargePoint}, and /public-api/resources/transactions/v1.0/{transaction}
    3. Add enum value 277 to request property powerOptions/maxVoltage for /public-api/resources/evses/v2.0/{evse}, /public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}, and /public-api/resources/circuits/v2.0
    4. Add required response property lastUpdatedAt to 200 responses for /public-api/resources/parking-spaces/v1.0 and /public-api/resources/parking-spaces/v1.0/{parkingSpace}
    5. Add new response type under data/items in 200 responses for /public-api/resources/circuits/v2.0 and /public-api/resources/circuits/v2.0/{circuit}
    6. Remove response type under data/items in 200 responses for /public-api/resources/circuits/v2.0 and /public-api/resources/circuits/v2.0/{circuit}
    7. Add 422 validation error response to /public-api/resources/parking-spaces/v1.0 and /public-api/resources/id-tags/v2.0
    8. Remove response type under data in 201 responses for /public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging

Release Notes: Public API of AMPECO Charge 3.101.0

  1. ✨ New Features
    1. Add new optional request property externalId to /public-api/resources/tariffs/v1.0
    2. Add new optional request property externalId to /public-api/resources/tariffs/v1.0/{tariff
  2. 🔧 Improvements
    1. Add new optional response property externalId to /public-api/resources/users/v1.0/{user}/invoice-details
    2. Add new optional response property externalId to /public-api/resources/tariffs/v1.0
    3. Add new optional response property externalId to /public-api/resources/tariff-snapshots/v1.0/{tariffSnapshot}

Release Notes: Public API of AMPECO Charge 3.100.0

  1. ⚠️ Breaking Changes
    1. Remove Energi Elspot request type from /public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences request body
  2. ✨ New Features
    1. Add optional response property installationAndMaintenanceCompanyId to 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
    2. Add optional request property uptimeTrackingEnabled to /public-api/resources/partner-contracts/v1.0, /public-api/resources/partner-contracts/v1.0/{partnerContract}, and /public-api/resources/charge-points/v2.0/{chargePoint}
    3. Add new response type option for data.items in 200 responses of /public-api/resources/charge-points/v1.0 and /public-api/resources/charge-points/v1.0/{chargePoint}
    4. Add new response type option to the 200 response body of /public-api/resources/charge-points/v1.0/{chargePoint}
  3. 🔧 Improvements
    1. Update partner contract responses to require id in data.items for /public-api/resources/partner-contracts/v1.0 and /public-api/resources/partner-contracts/v1.0/{partnerContract}
  4. ⏳ Deprecations
    1. Remove enum value elspot from type in 200 responses for /public-api/resources/electricity-rates/v2.0 and /public-api/resources/electricity-rates/v2.0/{electricityRate}
    2. Remove a response type option for data.items in 200 responses of /public-api/resources/charge-points/v1.0 and /public-api/resources/charge-points/v1.0/{chargePoint}
    3. Remove Energi Elspot response type from smart charging responses at /public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences and /public-api/resources/charge-points/v2.0/{chargePoint}/available-personal-smart-charging-modes
    4. Remove schema PersonalSmartChargingPreferencesEnergiElspot
    5. Remove a response type option from the 200 response body of /public-api/resources/charge-points/v1.0/{chargePoint}
    6. Remove discriminator mapping key energi_elspot from data in 200 responses of /public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences
    7. Remove Energi Elspot response type from the 201 response of /public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences

Release Notes: Public API of AMPECO Charge 3.99.0

  1. Add a new property externalId to the resources User Groups.
  2. Add new types of priceBreakdown items of the resources Sessions and SessionUpdateNotification.
    1. energy_flat_fee
    2. duration_flat_fee
    3. idle_flat_fee
  3. Add new filters to EVSEs / Listing:
    1. roamingOperatorIds
    2. hasTariffGroup
    3. hasRoamingTariffIds
  4. Add a new property electricityCostReimbursementIntegrationId to the resources Charge Point.
  5. Add a new filter roamingOperatorIds to the Charge Points / Listing.

Release Notes: Public API of AMPECO Charge 3.98.0

  1. Add new installer job actions:
    1. Assign Charge Points
    2. Change Status
  2. Add support for "Printec Castles" as a terminalType of the resource Payment Terminals.

Release Notes: Public API of AMPECO Charge 3.97.0

  1. Add a new property electricalConfiguration to the resource Circuits and Charge Point / Smart Charging.
  2. The deprecated property status is removed from the resource Locations.
  3. Make the meta endpoint properties operationId, summary and tags follow consistent naming conventions.