3.217.0 release notes
about 16 hours ago by ReadMe API
- ⚠️ Breaking changes
- Renamed
chargerTypeConfig.ac.modeandchargerTypeConfig.dc.modetocoverageTypein Corporate billing policy request and response bodies. Update integrations usingGETandPOST /public-api/resources/partner-invite-corporate-billing-policies/v1.0,GETandPATCH /public-api/resources/partner-invite-corporate-billing-policies/v1.0/{corporateBillingPolicy}, andGET /public-api/resources/partner-invite-corporate-billing-policy-snapshots/v1.0/{corporateBillingPolicySnapshot}. - Renamed the Roaming connection response property
disputeDeadlineWorkingDaystodisputePeriodLengthonGET /public-api/resources/roaming-connections/v2.0andGET /public-api/resources/roaming-connections/v2.0/{roamingConnection}. - Changed
GET,PATCH, and list responses for/public-api/resources/roaming-tariffs/v2.0so tariffs unavailable for internal roaming are no longer returned; requests for an unavailable individual tariff now return404. - Changed
GET /public-api/resources/issues/v1.0to return only issues visible to the authenticated administrator.
- Renamed
- ✨ New features
- Added
POST /public-api/actions/partner-invoice/v1.0/{partnerInvoice}/update-external-idto set or clear a partner invoice'sexternalId. Send the requiredexternalIdproperty as a nullable string of up to 255 characters; the endpoint returns the updated invoice with202 Accepted. - Added exact-match filtering by
filter[externalId]toGET /public-api/resources/partner-invoices/v1.0. - Added the nullable
operatorIdproperty to authorization responses fromGET /public-api/resources/authorizations/v1.0/{authorization}, Session responses whenwithAuthorizationis enabled, and session webhook notifications.
- Added
- 🔧 Improvements
- Expanded authorization response values:
methodcan now bemac_address,plug_and_charge_iso15118,payment_terminal, ormobile_app, andstatuscan bepending.
- Expanded authorization response values: