3.174.0 release notes
about 3 hours ago by ReadMe API
- ✨ New features
- Added the optional
includeTimestampInSignatureboolean property to Notification webhook subscription responses across all Notification endpoints (/notifications/v1.0and/notifications/v2.0). On v2.0, this property is also accepted as an optional request field when creating (POST /notifications/v2.0) or updating (PUT /notifications/v2.0/{notification}) a subscription. - Added the optional
componentInstanceandconnectorIdproperties to the Charge Point Configuration key object in responses onGET /resources/charge-points/v2.0/{chargePoint}/configurations,GET /resources/charge-points/v2.0/{chargePoint}/configurations/{key}, andPATCH /resources/charge-points/v2.0/{chargePoint}/configurations/{key}. These fields appear when the configuration key includes OCPP 2.0 component instance or connector ID information. - Added
componentInstanceandconnectorIdas new filter options on the Charge Point Configurations listing endpoint (GET /resources/charge-points/v2.0/{chargePoint}/configurations). - Added the optional
subsidyobject to Tariff pricing on all Tariff endpoints (/resources/tariffs/v1.0) and the Tariff Snapshot read endpoint (/resources/tariff-snapshots/v1.0/{tariffSnapshot}). The object containsintegrationId,threshold, andcompensationRatefields. This property is available in both request and response payloads.
- Added the optional
- 🔧 Improvements
- The Charge Point Configuration response now returns the
evseIdproperty in the key object when available, onGET /resources/charge-points/v2.0/{chargePoint}/configurations,GET /resources/charge-points/v2.0/{chargePoint}/configurations/{key}, andPATCH /resources/charge-points/v2.0/{chargePoint}/configurations/{key}. This field was previously documented in the schema but not included in responses.
- The Charge Point Configuration response now returns the
- 🗑️ Deprecations
- Deprecated the
subsidyIntegrationIdfield on Tariff pricing in favor of the newsubsidyobject. Affected endpoints:GET /resources/tariffs/v1.0,POST /resources/tariffs/v1.0,GET /resources/tariffs/v1.0/{tariff},PATCH /resources/tariffs/v1.0/{tariff},PUT /resources/tariffs/v1.0/{tariff}, andGET /resources/tariff-snapshots/v1.0/{tariffSnapshot}.
- Deprecated the