HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.188.0 release notes

  1. New features
    1. Added a full set of endpoints for scheduling future pricing changes on a tariff: GET /public-api/resources/tariffs/v1.0/{tariff}/scheduled-changes (list, with status, scheduledAfter, scheduledBefore, createdAfter, and createdBefore filters and cursor pagination), POST /public-api/resources/tariffs/v1.0/{tariff}/scheduled-changes (create), GET /public-api/resources/tariffs/v1.0/{tariff}/scheduled-changes/{scheduledChange} (read), PATCH /public-api/resources/tariffs/v1.0/{tariff}/scheduled-changes/{scheduledChange} (update a pending change), and DELETE /public-api/resources/tariffs/v1.0/{tariff}/scheduled-changes/{scheduledChange} (cancel). A scheduled change carries an updated name, type, description, additionalInformation, learnMoreUrl, dayTariffStart, nightTariffStart, pricing, stopSession, and display payload, plus a required future scheduledAt (UTC, minute precision) at which the change automatically takes effect.
  2. 🔧 Improvements
    1. The CDR creation endpoint POST /public-api/resources/cdrs/v2.0 now silently drops null values inside the RFIDIdentification object (EvcoID, PrintedNumber, ExpiryDate), treating them as omitted rather than rejecting the request.