3.149.0 release notes
16 minutes ago by ReadMe API
- ✨ New features
- Added the optional
lastNetworkStatusUpdateAtproperty to Charge Point responses 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}. This field contains the timestamp of the last network status change. - Added the optional
corporateBilling.frequencyandcorporateBilling.limitproperties to Partner requests and responses onGET /resources/partners/v2.0,POST /resources/partners/v2.0,GET /resources/partners/v2.0/{partner}, andPATCH /resources/partners/v2.0/{partner}. These fields allow configuring billing limits with a specified frequency period (e.g., weekly, monthly) instead of fixed monthly limits. - Added the optional
options.corporateBillingLimitproperty to Partner Invite requests and responses onGET /resources/partner-invites/v1.0,POST /resources/partner-invites/v1.0,GET /resources/partner-invites/v1.0/{partnerInvite}, andPATCH /resources/partner-invites/v1.0/{partnerInvite}. This field allows setting a corporate billing spending limit for the invited user. - Added the optional
invoiceDetails.lastUpdatedAtproperty to User responses onGET /resources/users/v1.0,POST /resources/users/v1.0,GET /resources/users/v1.0/{user},PATCH /resources/users/v1.0/{user},GET /resources/users/v1.0/{user}/invoice-details,POST /resources/users/v1.0/{user}/invoice-details, and the v1.1 equivalents. This field contains the timestamp when the user's invoice details were last modified. - Added the optional
filter.invoiceDetailsLastUpdatedAfterandfilter.invoiceDetailsLastUpdatedBeforequery parameters toGET /resources/users/v1.0andGET /resources/users/v1.1. These filters allow retrieving users whose invoice details were modified within a specific date range.
- Added the optional
- 🔧 Improvements
- Made the
emailproperty conditionally optional onPOST /actions/transactions/v1.0/{transaction}/issue-invoice. The field requirement now depends on the operator's invoice processor configuration—if the email field is configured as optional for the invoice type being issued, it no longer needs to be provided.
- Made the
- 🗑️ Deprecations
- Deprecated the
corporateBilling.monthlyLimitproperty on Partner endpoints (GET /resources/partners/v2.0,POST /resources/partners/v2.0,GET /resources/partners/v2.0/{partner},PATCH /resources/partners/v2.0/{partner}). Use the newcorporateBilling.frequencyandcorporateBilling.limitproperties instead for more flexible billing period configuration.
- Deprecated the