3.233.0 release notes
about 6 hours ago by ReadMe API
- ⚠️ Breaking changes
- Changed the
filter.commandvalues accepted byGET /public-api/resources/communication-logs/v1.0so individual command values can no longer contain commas. - Changed password validation on user-update requests to reject passwords containing null characters.
- Changed the
- ✨ New features
3. Added home charging reimbursement management endpoints:GETandPOST /public-api/resources/reimbursement-policies/v1.0,GET,PATCH, andDELETE /public-api/resources/reimbursement-policies/v1.0/{reimbursementPolicy},GET /public-api/resources/reimbursement-records/v1.0,GET /public-api/resources/reimbursement-records/v1.0/{reimbursementRecord},GET /public-api/resources/reimbursement-reports/v1.0, andGET /public-api/resources/reimbursement-reports/v1.0/{reimbursementReport}.
4. AddedPOST /public-api/actions/reimbursement-record/v1.0/{reimbursementRecord}/issue-creditto issue a credit for a reimbursement record. The request requirescreditReason.
5. AddedPOST /public-api/actions/reimbursement-report/v1.0/{reimbursementReport}/regenerateto regenerate a reimbursement report.
6. Added the optionalreimbursementFeesproperty to Partner Contract request and response bodies onGETandPOST /public-api/resources/partner-contracts/v1.0andGET,PUT, andPATCH /public-api/resources/partner-contracts/v1.0/{partnerContract}. It supports optional non-negativeperSessionandperPeriodfees.
7. Added the optionalreimbursementproperty to Partner Invite request and response bodies onGETandPOST /public-api/resources/partner-invites/v2.0andGETandPATCH /public-api/resources/partner-invites/v2.0/{partnerInvite}. It supports a reimbursement policy and RFID or vehicle coverage restrictions.
8. AddedperiodStartsOnandperiodEndsOnto Partner Invoice responses fromGET /public-api/resources/partner-invoices/v1.0,GET /public-api/resources/partner-invoices/v1.0/{partnerInvoice},POST /public-api/actions/partner-invoice/v1.0/{partnerInvoice}/issue-credit-note, andPOST /public-api/actions/partner-invoice/v1.0/{partnerInvoice}/update-external-id.
9. Added the optionalwithDurationBreakdownquery parameter toGET /public-api/resources/sessions/v1.0/{session}. When set totrue, responses includedurationBreakdownwith charging and idle durations, including billable and grace-period durations, in seconds.
10. AddedGET /public-api/resources/sharing-invites/v1.0andGET /public-api/resources/sharing-invites/v1.0/{sharingInvite}for retrieving personal charge point sharing invitations.
11. Added theperiodFromandperiodTofilters toGET /public-api/resources/partner-invoices/v1.0for filtering Partner Invoices by their billing period.
