3.188.0 release notes
about 1 hour ago by ReadMe API
- ✨ New features
- 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, withstatus,scheduledAfter,scheduledBefore,createdAfter, andcreatedBeforefilters 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), andDELETE /public-api/resources/tariffs/v1.0/{tariff}/scheduled-changes/{scheduledChange}(cancel). A scheduled change carries an updatedname,type,description,additionalInformation,learnMoreUrl,dayTariffStart,nightTariffStart,pricing,stopSession, anddisplaypayload, plus a required futurescheduledAt(UTC, minute precision) at which the change automatically takes effect.
- Added a full set of endpoints for scheduling future pricing changes on a tariff:
- 🔧 Improvements
- The CDR creation endpoint
POST /public-api/resources/cdrs/v2.0now silently dropsnullvalues inside theRFIDIdentificationobject (EvcoID,PrintedNumber,ExpiryDate), treating them as omitted rather than rejecting the request.
- The CDR creation endpoint