3.162.0 release notes
about 2 hours ago by ReadMe API
- ⚠️ Breaking changes
- Notes endpoints for Charge Points, EVSEs, Locations, Partners, and Sub-operators (
/resources/charge-points/v2.0/{chargePoint}/notes,/resources/evses/v2.1/{evse}/notes,/resources/locations/v2.0/{location}/notes,/resources/partners/v2.0/{partner}/notes,/resources/sub-operators/v2.0/{subOperator}/notes) now requireviewpermission on the parent resource. Requests without this permission will receive a403response.
- Notes endpoints for Charge Points, EVSEs, Locations, Partners, and Sub-operators (
- ✨ New features
- Added new Subscription Billing Periods endpoints:
GET /resources/users/v1.0/{user}/subscription-billing-periodsandGET /resources/users/v1.0/{user}/subscription-billing-periods/{billingPeriod}. These return billing period details including amounts, fees, currency, payment failure information, and obligation transfer timestamps. The listing endpoint supports filtering bysubscriptionPlanId,subscriptionId, date ranges (startedAfter,startedBefore,endedAfter,endedBefore), andhasUnresolvedPaymentFailure. - Added the optional
emi3Idproperty to EVSE responses onGET /resources/charge-points/v2.0/{chargePoint}/evses,POST /resources/charge-points/v2.0/{chargePoint}/evses,GET /resources/charge-points/v2.0/{chargePoint}/evses/{evse},PATCH /resources/charge-points/v2.0/{chargePoint}/evses/{evse},GET /resources/evses/v2.1,POST /resources/evses/v2.1,GET /resources/evses/v2.1/{evse}, andPATCH /resources/evses/v2.1/{evse}. This field contains the eMI3 identifier when available. - Added the optional
subscriptionBillingPeriodIdandsettledByTransactionIdproperties to Transaction responses onGET /resources/transactions/v1.0,POST /resources/transactions/v1.0,GET /resources/transactions/v1.0/{transaction}, andPATCH /resources/transactions/v1.0/{transaction}. These fields link transactions to their associated subscription billing period and settlement transaction, respectively. - Added new
subscriptionBillingPeriodIdandsettledByTransactionIdfilter parameters toGET /resources/transactions/v1.0for filtering transactions by their subscription billing period or settlement transaction. - Added the new
corporateBilling.limitReachednotification type to all Notifications endpoints (/notifications/v1.0,/notifications/v2.0, and/actions/notifications/v1.0/{notification}/resend), available in both request and response payloads.
- Added new Subscription Billing Periods endpoints:
- 🔧 Improvements
- Changed the
tokenizationMethodfield on Transaction responses to only derive its value from wallet type for Apple Pay and Google Pay wallets. Previously, other wallet types could produce incorrect tokenization method values.
- Changed the