HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.192.0 release notes

  1. New features
    1. Added three optional display fields to Tariff creation and Tariff Scheduled Change creation: display.priceInformationLocalized (a locale-keyed map of strings), display.totalCostInformationLocalized (a locale-keyed map of strings), and display.plainTextModeEnabled (a boolean). These fields are accepted on POST /resources/tariffs/v1.0, POST /resources/tariffs/{tariff}/scheduled-changes/v1.0, and the tariff display information action endpoint.
  2. 🔧 Improvements
    1. The Contact Details endpoint now requires evDriverSupportEmail to be configured in order to return a 200 response. Previously, having either a support email or a support phone number was sufficient. Operators with only a support phone number configured will now receive a 404 response.
    2. The periods[].elements arrays within the Charge Point smart charging schedule response are now consistently serialized as JSON arrays. Previously, under certain conditions they could be serialized as JSON objects with numeric keys.
    3. Subscribing a user to a subscription plan that uses external billing is now permitted via the Subscribe to Plan action endpoint. Previously, such plans were rejected during validation.
    4. Email uniqueness validation for the Create and Update Partner Admin endpoints now correctly handles case-insensitive duplicates and other email normalization edge cases that were previously not caught.