HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.250.0 release notes

  1. New features
    1. Added the optional applyToHomeChargingOwner and applyToHomeChargingSharedUsers fields to Tariff restrictions. Use them on POST /public-api/resources/tariffs/v1.0, PATCH /public-api/resources/tariffs/v1.0/{tariff}, and PUT /public-api/resources/tariffs/v1.0/{tariff} to target the owner of a home charge point or drivers with whom it is shared; the fields are returned by the corresponding Tariff responses and by GET /public-api/resources/tariffs/v1.0, GET /public-api/resources/tariffs/v1.0/{tariff}, and GET /public-api/resources/tariff-snapshots/v1.0/{tariffSnapshot}.
  2. 🔧 Improvements
    1. Made the request body and location optional for POST /public-api/actions/charge-point/v1.0/{chargePoint}/get-diagnostics. When omitted, the configured diagnostics upload destination for the charge point's operator is used; the endpoint now returns 412 Precondition Failed if no such destination is configured.
    2. Changed GET /public-api/resources/invoices/v1.0/{invoice} to omit downloadUrl when the invoice is not available for customer download, rather than returning an unusable link.