HomeGuidesAPI ReferenceChangelog
Terms of Use
Terms of Use

Release Notes: Public API 2.118.0

  1. Remove Error 422 from Sessions / Read endpoint - The payload you provided is invalid.
    Not relevant to GET methods.
  2. Add new revenue sharing parameters to Resource / Partner Contracts
    • fixedFeePerSessionAc
      number or NULL
      Description: Additional flat fee that is applied for every billed session and subtracted from the Partner’s share of the revenue for each session on AC Charging Station. This fee is available only if the feature "Additional Platform Fees" is enabled for the system.
    • fixedFeePerSessionDc
      number or NULL
      Description: Additional flat fee that is applied for every billed session and subtracted from the Partner’s share of the revenue for each session on DC Charging Station. This fee is available only if the feature "Additional Platform Fees" is enabled for the system.
    • feePerKwhAc
      number or NULL
      Description:Additional flat fee that is applied for every billed kWh and subtracted from the Partner's share of the revenue for each kWh billed on AC Charging Station. This fee is available only if the feature "Additional Platform Fees" is enabled for the system.
    • feePerKwhDc
      number or NULL
      Description: Additional flat fee that is applied for every billed kWh and subtracted from the Partner's share of the revenue for each kWh billed on DC Charging Station. This fee is available only if the feature "Additional Platform Fees" is enabled for the system.
    • handlingFee
      number or NULL
      Description: Additional percentage fee to be applied on the total amount paid by the user for the session. This fee is then subtracted from the Partner's share of the revenue. This fee is available only if the feature "Additional Platform Fees" is enabled for the system.
  3. Replace Security Event Log endpoint names:
    • /public-api/resources/security-events-log/v2.0 changed to /public-api/resources/security-events/v2.0
    • /public-api/resources/security-events-log/v2.0/{securityEventLog} changed to /public-api/resources/security-events/v2.0/{securityEvent}
  4. Option to enforce users to reset password at next login
    • The functionality to enforce EV Driver users to follow the Password Reset process at next login has been introduced to AMPECO's backend. It is also introduced for the Public API:
      • resource / user [POST, PATCH]
        • requirePasswordReset - optional
          boolean
          Description: Sets a requirement for the user to set a new password when they next open the app. After a new password is set, this option resets automatically.