HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.156.0 release notes

  1. New features
    1. Added the optional roamingSessionId property to CDR responses on GET /resources/cdrs/v2.0 and GET /resources/cdrs/v2.0/{cdr}. This field contains the session identifier from the roaming partner's system when the CDR originated from a roaming session.
    2. Added the optional chargePointId and evseCount properties to Partner Expense responses on GET /resources/partner-expenses/v1.1.
    3. Added the optional chargePointId, evseCount, and period properties to Partner Revenue responses on GET /resources/partner-revenues/v1.1.
    4. Added support for private EVSE access fee records in Partner Expenses and Partner Revenues. The origin field on both endpoints now includes the private-evse-access-fee value for these records.
    5. Added createdAfter and createdBefore filter parameters to GET /resources/tariff-groups/v1.0 for filtering tariff groups by creation date.
  2. 🔧 Improvements
    1. Relaxed the pin field constraint on Charge Point responses. The field no longer enforces a maximum length of 4 characters, allowing for longer PIN codes. Affects GET /resources/charge-points/v2.0, POST /resources/charge-points/v2.0, GET /resources/charge-points/v2.0/{chargePoint}, and PATCH /resources/charge-points/v2.0/{chargePoint}.