November 2023
almost 2 years ago
2023-11-23
🚀 Feature
- New endpoint for Charges insights
/charges/insights- This endpoint lets you get insights and breakdowns about charges for a specified period. You can get these insights:
- totalKwh
- totalPrice
- totalCost
- totalSessions
- Broken down by charges performed at:
- operator
- external
- sponsored
- total
- This endpoint lets you get insights and breakdowns about charges for a specified period. You can get these insights:
- New endpoint to
getandlistCurrencies - New endpoint to
getandlistOperators - Added support to set the flag
canManageTeamMembersfor Team Members via POST and PATCH. - Updated documentation around Charges state
- Added new the ChargePointAuthToken partnerExternalId on the Charges response.
- Team Members: Added new filter to filter Team Members by their state.
- Team Members: Added new filters to filter Team Members by their
userI,phoneoremail. - Team Members: Added new endpoint to resend Team Member invitations.
🐛 Fix
- The Resource
Not FoundThe message was ambiguous in specific situations; this has been fixed now - Add new price group type
reimbursement - Renamed
partnerIdincharge.genericPaymentSessiontopartnerExternalId - Fix an issue with
sponsoredChargePointIdmissing on some sponsored charges - Fix an issue where empty tariffs were added to each charge breakdown item
- Renamed
occptoocpp, the protocol name was wrongly spelled. - Fix Charge Points costPriceGroup was wrongly mapped and therefore always null
- Fix Charge Auth Tokens partnerExternalId and partnerCustomPayload were not being persisted during the creation step
Deprecation Note
- We have deprecated
priceBreakdownandcostBreakdownfields on the Charge model both fields will be removed by 31.01.24. As a replacement for those fields, please usecharges/:chargeId/breakdown.