HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

Release Notes: Public API of AMPECO Charge 3.126.0

  1. ⚠️ Breaking Changes
    1. Remove optional pagination properties meta/current_page, meta/from, meta/last_page, meta/per_page, meta/to, meta/total, meta/path, and meta/links from 200 responses across 10 paginated list endpoints
  2. ✨ New Features
    1. Add new enum value "bancontact" to walletType response property for payment methods at /public-api/resources/users/v1.0/{user}/payment-methods endpoints
    2. Add new optional cursor query parameter for cursor-based pagination across 31 list endpoints including /public-api/resources/subscription-plans/v2.0, /public-api/resources/roaming-tariffs/v2.0, and /public-api/resources/installer-jobs/v1.0
    3. Add new enum value "CentralSystemRootCertificate" to certificateType request property for /public-api/actions/charge-point/v2.0/{chargePoint}/install-certificate endpoint
  3. 🔧 Improvements
    1. Update links/first response property to be nullable and optional for 200 responses across 10 paginated list endpoints including subscription plans, FAQs, and partner expenses resources

Release Notes: Public API of AMPECO Charge 3.125.0

  1. ⚠️ Breaking Changes
    1. Change partner/notice property to read-only in Charge Points update requests
  2. ✨ New Features
    1. Add new resource Installation and Maintenance Companies
    2. Add new resource Admins with endpoint for managing admin permissions
    3. Add optional notice property to Charge Points responses

Release Notes: Public API of AMPECO Charge 3.124.0

  1. ⚠️ Breaking Changes
    1. Remove integrationId property from Flexibility Assets update request
  2. ✨ New Features
    1. Add optional property dlmCircuitId to Flexibility Assets update request

Release Notes: Public API of AMPECO Charge 3.123.0

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

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.120.0

  1. ✨ New Features
    1. Add optional property deductedFees to Partner Settlement Report responses

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