HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.182.0 release notes

  1. ⚠️ Breaking changes
    1. Removed the AGILE_STREETS_CALCULATE and AGILE_STREETS_COMMUNICATION values from the errorCode enum on the 202 response of POST /public-api/actions/charge-point/v1.0/{chargePoint}/start, POST /public-api/actions/charge-point/v1.0/{chargePoint}/start/{evse}, and POST /public-api/actions/evse/v1.0/{evse}/start. Consumers handling these error codes can remove that branch.
  2. New features
    1. Added the defaultPaymentOption field to the Id Tag resource. It is accepted as an optional request property on POST /public-api/resources/id-tags/v2.0 and PATCH /public-api/resources/id-tags/v2.0/{idTag}, and is returned on GET /public-api/resources/id-tags/v2.0, GET /public-api/resources/id-tags/v2.0/{idTag}, POST /public-api/resources/id-tags/v2.0, and PATCH /public-api/resources/id-tags/v2.0/{idTag}. Unlike paymentMethodId, it exposes the full stored value — including the special default and auto options — rather than collapsing them to null.
    2. Added the optional skipRoamingInfrastructure property to the Notification subscription resource. It is accepted on POST /public-api/notifications/v2.0 and PUT /public-api/notifications/v2.0/{notification}, and returned on GET /public-api/notifications/v2.0, GET /public-api/notifications/v2.0/{notification}, POST /public-api/notifications/v2.0, and PUT /public-api/notifications/v2.0/{notification}.
  3. 🗑️ Deprecations
    1. Deprecated the paymentMethodId field on the Id Tag resource for both requests and responses on GET /public-api/resources/id-tags/v2.0, POST /public-api/resources/id-tags/v2.0, GET /public-api/resources/id-tags/v2.0/{idTag}, and PATCH /public-api/resources/id-tags/v2.0/{idTag}. Use defaultPaymentOption instead.
    2. Deprecated the valueAddedTaxId property on the Payter on CP payment terminal variant for both requests and responses on GET /public-api/resources/payment-terminals/v1.0, POST /public-api/resources/payment-terminals/v1.0, GET /public-api/resources/payment-terminals/v1.0/{paymentTerminal}, PATCH /public-api/resources/payment-terminals/v1.0/{paymentTerminal}, GET /public-api/resources/payment-terminals/v1.1, POST /public-api/resources/payment-terminals/v1.1, GET /public-api/resources/payment-terminals/v1.1/{paymentTerminal}, and PATCH /public-api/resources/payment-terminals/v1.1/{paymentTerminal}.