HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.217.0 release notes

  1. ⚠️ Breaking changes
    1. Renamed chargerTypeConfig.ac.mode and chargerTypeConfig.dc.mode to coverageType in Corporate billing policy request and response bodies. Update integrations using GET and POST /public-api/resources/partner-invite-corporate-billing-policies/v1.0, GET and PATCH /public-api/resources/partner-invite-corporate-billing-policies/v1.0/{corporateBillingPolicy}, and GET /public-api/resources/partner-invite-corporate-billing-policy-snapshots/v1.0/{corporateBillingPolicySnapshot}.
    2. Renamed the Roaming connection response property disputeDeadlineWorkingDays to disputePeriodLength on GET /public-api/resources/roaming-connections/v2.0 and GET /public-api/resources/roaming-connections/v2.0/{roamingConnection}.
    3. Changed GET, PATCH, and list responses for /public-api/resources/roaming-tariffs/v2.0 so tariffs unavailable for internal roaming are no longer returned; requests for an unavailable individual tariff now return 404.
    4. Changed GET /public-api/resources/issues/v1.0 to return only issues visible to the authenticated administrator.
  2. New features
    1. Added POST /public-api/actions/partner-invoice/v1.0/{partnerInvoice}/update-external-id to set or clear a partner invoice's externalId. Send the required externalId property as a nullable string of up to 255 characters; the endpoint returns the updated invoice with 202 Accepted.
    2. Added exact-match filtering by filter[externalId] to GET /public-api/resources/partner-invoices/v1.0.
    3. Added the nullable operatorId property to authorization responses from GET /public-api/resources/authorizations/v1.0/{authorization}, Session responses when withAuthorization is enabled, and session webhook notifications.
  3. 🔧 Improvements
    1. Expanded authorization response values: method can now be mac_address, plug_and_charge_iso15118, payment_terminal, or mobile_app, and status can be pending.