HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

Changelog

Release Notes: Public API of AMPECO Charge 3.122.0

  1. ⚠️ Breaking Changes
    1. Change type of category filter property from untyped to string in Issues query parameters
  2. ✨ New Features
    1. Add optional property stopWhenSocExceedsPercent to tariff stop session configuration for Tariffs and Tariff Snapshots (request and response)

Release Notes: Public API of AMPECO Charge 3.121.0

  1. ✨ New Features
    1. Add new Issues resource with endpoints at /public-api/resources/issues/v1.0 for listing issues and /public-api/resources/issues/v1.0/{issue} for retrieving individual issues
    2. Add new enum value issue.changed to notification properties for filtering, configuration, and response data across Notifications endpoints

Release Notes: Public API of AMPECO Charge 3.119.0

  1. ✨ New Features
    1. Add new endpoints for Partner Administrators:
      1. Get a list of administrators: GET /public-api/resources/partners/v2.0/{partner}/admins
      2. Get an administrator: GET /public-api/resources/partners/v2.0/{partner}/admins/{admin}
    2. Add new property bilingualInvoicesEnabled to Settings resource response

Release Notes: Public API of AMPECO Charge 3.118.0

  1. ✨ New Features
    1. Add optional property externalId to invoice responses in Invoices resource
    2. Add "Actions / Invoice / Update External ID" endpoint to update invoice external IDs
  2. 🔧 Improvements
    1. Make paymentMethod property nullable in Provisioning Certificate EMAID issuance requests

Release Notes: Public API of AMPECO Charge 3.117.0

  1. ⚠️ Breaking Changes
    1. Remove required property createdAt from 200 responses in Parking Spaces, EVSEs, and Charge Points endpoints
    2. Remove optional property allowsReservation from 200 responses in EVSEs, Parking Spaces, and Partner Invites endpoints
    3. Remove request property disabilitiesAccessible from Parking Spaces create and update endpoints
  2. ✨ New Features
    1. Add enum value "plug_and_charge" to data/items/reason response property in Sessions endpoints
    2. Add optional property floorLevel to charging zones in Locations endpoints (request and response)
    3. Add optional query parameter include to EVSEs, Charge Points, and Partner Invites endpoints
    4. Add new Parking Spaces endpoints: /public-api/resources/parking-spaces/v1.0/{parkingSpace} and /public-api/resources/parking-spaces/v1.0/{parkingSpace}/evses
  3. 🔧 Improvements
    1. Make links/first response property optional and nullable in Partner Invites listing endpoint
    2. Add Basic Pagination and Cursor Pagination options to response property in Partner Invites endpoint

Release Notes: Public API of AMPECO Charge 3.116.0

  1. ✨ New Features
    1. Add Notes endpoints for:
      1. EVSEs at /public-api/resources/evses/v2.0/{evse}/notes
      2. Partners at /public-api/resources/partners/v2.0/{partner}/notes
      3. Charge Points at /public-api/resources/charge-points/v2.0/{chargePoint}/notes/{note}
    2. Add optional notes property to Locations, Partners, and Partner Settlement Reports responses
    3. Add optional include query parameter to Partners endpoints for expanded response data

Release Notes: Public API of AMPECO Charge 3.115.0

  1. ✨ New Features
    1. Add new optional property autoFaultRecovery (request) and autoRecoveryEnabled (response) to Charge Points and Partners resources
    2. Add new resource Consent History with endpoint /public-api/resources/consent-history/v1.0
  2. 🔧 Improvements
    1. Change default value of enableAutoFaultRecovery from true to false in Charge Points endpoints