3.171.0 release notes
about 2 hours ago by ReadMe API
- ⚠️ Breaking changes
- Removed the
platform-fee-cpoenum value from theoriginresponse property onGET /public-api/resources/partner-expenses/v1.2. Consumers filtering or switching on this value must update to use the newplatform-fee-cpo-flatvalue instead.
- Removed the
- ✨ New features
- Added the
platform-fee-cpo-flatenum value to theoriginresponse property onGET /public-api/resources/partner-expenses/v1.2. Flat CPO platform fee expenses are now returned in listing results. - Added the optional
locationIdandpartnerContractIdresponse properties toGET /public-api/resources/partner-expenses/v1.2andGET /public-api/resources/partner-revenues/v1.2. - Added
chargePointId,locationId, andpartnerContractIdquery filters toGET /public-api/resources/partner-expenses/v1.2andGET /public-api/resources/partner-revenues/v1.2. These allow filtering results by the associated charge point, location, or partner contract.
- Added the
- 🔧 Improvements
- Improved invoice detail handling on
POST /public-api/resources/transactions/v1.0so that the top-levelemailfield is automatically used as the invoice email when a specific individual or company email is not provided ininvoiceDetails.
- Improved invoice detail handling on