HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.159.0 release notes

  1. New features
    1. Added the optional stopConditions object to start session request bodies on POST /actions/charge-point/v1.0/{chargePoint}/start, POST /actions/charge-point/v1.0/{chargePoint}/start/{evse}, and POST /actions/evse/v1.0/{evse}/start. Accepts optional fields maxEnergyKwh, maxDurationMinutes, maxSocPercent, and maxAmount to define automatic session stop conditions.
    2. Added the optional countryStationId property to Charge Point request and response bodies on 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}. Also available as a filter parameter on the listing endpoint.
    3. Added the optional paymentOptions and acceptedPaymentBrands array properties to Location request and response bodies on GET /resources/locations/v2.0, POST /resources/locations/v2.0, GET /resources/locations/v2.0/{location}, and PATCH /resources/locations/v2.0/{location}.
    4. Added the optional schedule includeable property to Circuit responses on GET /resources/circuits/v2.0, POST /resources/circuits/v2.0, GET /resources/circuits/v2.0/{circuit}, and PATCH /resources/circuits/v2.0/{circuit}. Use the include=schedule query parameter to retrieve circuit schedule data.
    5. Added new Circuit Schedule endpoints: GET /resources/circuits/v2.0/{circuit}/schedule to read a schedule, PUT /resources/circuits/v2.0/{circuit}/schedule to create or update a schedule, and DELETE /resources/circuits/v2.0/{circuit}/schedule to remove a schedule. Schedules define time-based current limits with daily or weekly granularity.
    6. Added the optional billingCompletedAt property to Session responses on GET /resources/sessions/v1.0 and GET /resources/sessions/v1.0/{session}. Returns an ISO 8601 timestamp when billing has completed.
    7. Added new endpoint GET /resources/partner-expenses/v1.2 as a replacement for the v1.1 partner expenses listing.
    8. Added new endpoint GET /resources/partner-revenues/v1.2 as a replacement for the v1.1 partner revenues listing.
    9. Added createdAfter and createdBefore filter parameters to GET /resources/subscription-plans/v2.0, GET /resources/user-groups/v1.0, GET /resources/parking-spaces/v1.0, and GET /resources/partners/v2.0.
    10. Expanded the validityPeriod enum on Voucher endpoints with three new values: 1 week, 2 days, and 2 weeks. Applies to both request and response bodies on GET /resources/vouchers/v2.1, POST /resources/vouchers/v2.1, GET /resources/vouchers/v2.1/{voucher}, and PATCH /resources/vouchers/v2.1/{voucher}.
  2. 🗑️ Deprecations
    1. Deprecated GET /resources/partner-expenses/v1.1. Use GET /resources/partner-expenses/v1.2 instead.
    2. Deprecated GET /resources/partner-revenues/v1.1. Use GET /resources/partner-revenues/v1.2 instead.