3.192.0 release notes
about 10 hours ago by ReadMe API
- ✨ New features
- 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), anddisplay.plainTextModeEnabled(a boolean). These fields are accepted onPOST /resources/tariffs/v1.0,POST /resources/tariffs/{tariff}/scheduled-changes/v1.0, and the tariff display information action endpoint.
- Added three optional display fields to Tariff creation and Tariff Scheduled Change creation:
- 🔧 Improvements
- The Contact Details endpoint now requires
evDriverSupportEmailto 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. - The
periods[].elementsarrays 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. - 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.
- 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.
- The Contact Details endpoint now requires