3.245.0 release notes
about 4 hours ago by ReadMe API
- ⚠️ Breaking changes
- Changed the permission required to create downtime periods on
POST /public-api/resources/charge-point-downtime-periods/v1.0andPOST /public-api/resources/evse-downtime-periods/v1.0from create to maintain. Clients whose credentials do not have maintain access will now receive403responses.
- Changed the permission required to create downtime periods on
- ✨ New features
- Added the optional
reimbursementobject to Partner request and response bodies onGET /public-api/resources/partners/v2.0,POST /public-api/resources/partners/v2.0,GET /public-api/resources/partners/v2.0/{partner}, andPATCH /public-api/resources/partners/v2.0/{partner}. Use it to configure and retrieve a partner's home-charging reimbursement settings. - Added filtering by filterable, accessible Session custom fields to
GET /public-api/resources/sessions/v1.0throughfilter[customFields.<identifier>]. Text criteria use contains matching; number, date, and date-time criteria accept inclusivefromandtoranges; multiple criteria are combined with AND.
- Added the optional
- 🔧 Improvements
- Made
filter[subOperatorId]nullable onGET /public-api/resources/charge-points/v2.0. - Added
409Conflict responses toPATCH /public-api/resources/charge-points/v2.0/{chargePoint},POST /public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences, andDELETE /public-api/resources/electricity-rates/v1.0/{electricityRate}andDELETE /public-api/resources/electricity-rates/v2.0/{electricityRate}when the requested change would leave a charge point without an electricity rate required by its reimbursement policy. - Added a
409Conflict response toPATCH /public-api/resources/reimbursement-policies/v1.0/{reimbursementPolicy}when changing a policy to use a charge point's electricity rate while an attached charge point has no rate. - Added a
404response toGET /public-api/resources/sessions/v1.0when a requested custom-field filter is unavailable to the caller.
- Made
