3.159.0 release notes
about 2 hours ago by ReadMe API
- ✨ New features
- Added the optional
stopConditionsobject to start session request bodies onPOST /actions/charge-point/v1.0/{chargePoint}/start,POST /actions/charge-point/v1.0/{chargePoint}/start/{evse}, andPOST /actions/evse/v1.0/{evse}/start. Accepts optional fieldsmaxEnergyKwh,maxDurationMinutes,maxSocPercent, andmaxAmountto define automatic session stop conditions. - Added the optional
countryStationIdproperty to Charge Point request and response bodies onGET /resources/charge-points/v2.0,POST /resources/charge-points/v2.0,GET /resources/charge-points/v2.0/{chargePoint}, andPATCH /resources/charge-points/v2.0/{chargePoint}. Also available as a filter parameter on the listing endpoint. - Added the optional
paymentOptionsandacceptedPaymentBrandsarray properties to Location request and response bodies onGET /resources/locations/v2.0,POST /resources/locations/v2.0,GET /resources/locations/v2.0/{location}, andPATCH /resources/locations/v2.0/{location}. - Added the optional
scheduleincludeable property to Circuit responses onGET /resources/circuits/v2.0,POST /resources/circuits/v2.0,GET /resources/circuits/v2.0/{circuit}, andPATCH /resources/circuits/v2.0/{circuit}. Use theinclude=schedulequery parameter to retrieve circuit schedule data. - Added new Circuit Schedule endpoints:
GET /resources/circuits/v2.0/{circuit}/scheduleto read a schedule,PUT /resources/circuits/v2.0/{circuit}/scheduleto create or update a schedule, andDELETE /resources/circuits/v2.0/{circuit}/scheduleto remove a schedule. Schedules define time-based current limits with daily or weekly granularity. - Added the optional
billingCompletedAtproperty to Session responses onGET /resources/sessions/v1.0andGET /resources/sessions/v1.0/{session}. Returns an ISO 8601 timestamp when billing has completed. - Added new endpoint
GET /resources/partner-expenses/v1.2as a replacement for the v1.1 partner expenses listing. - Added new endpoint
GET /resources/partner-revenues/v1.2as a replacement for the v1.1 partner revenues listing. - Added
createdAfterandcreatedBeforefilter parameters toGET /resources/subscription-plans/v2.0,GET /resources/user-groups/v1.0,GET /resources/parking-spaces/v1.0, andGET /resources/partners/v2.0. - Expanded the
validityPeriodenum on Voucher endpoints with three new values:1 week,2 days, and2 weeks. Applies to both request and response bodies onGET /resources/vouchers/v2.1,POST /resources/vouchers/v2.1,GET /resources/vouchers/v2.1/{voucher}, andPATCH /resources/vouchers/v2.1/{voucher}.
- Added the optional
- 🗑️ Deprecations
- Deprecated
GET /resources/partner-expenses/v1.1. UseGET /resources/partner-expenses/v1.2instead. - Deprecated
GET /resources/partner-revenues/v1.1. UseGET /resources/partner-revenues/v1.2instead.
- Deprecated