Release Notes: Public API 3.0.0
over 1 year ago by Valentin Alexiev
- Add
receiptId
to the payload of SessionUpdateNotification notification, Notifications / Subscribe - Add
receiptId
as a filter and in the response of Sessions / Listing - Set max length of pin to 4 numbers in the following:
- Simplify the body params object by removing
data
in Personal smart charging preferences / Update
Release Notes: Public API 2.125.0
over 1 year ago by Valentin Alexiev
- Add
externalAppData
in the payload of the following notifications, Notifications / Subscribe:- SessionStartStopNotification
- SessionUpdateNotification
- Add
externalAppData
in the response and as a filter of:
Release Notes: Public API 2.124.0
over 1 year ago by Valentin Alexiev
- Add
subsidyIntegrationId
(the subsidy integration id that should be applied for a tariff, only valid for Energy ToU tariffs.) to:- the payload of TariffChangedNotification notification, Notifications / Subscribe
- pricing object of tariffs:
- Add response 404 - "The record is not found" to:
Release Notes: Public API 2.123.0
over 1 year ago by Valentin Alexiev
- Add
durationFeeFrom
anddurationFeeTo
to:- the payload of TariffChangedNotification notification, Notifications / Subscribe
- pricing object of tariffs:
Release Notes: Public API 2.122.0
over 1 year ago by Valentin Alexiev
- Add more measurands to the payload of SessionMeterValuesNotification webhook, Notifications / Subscribe
Current.Import
Current.Offered
Energy.Active.Import.Register
Power.Offered
Temperature
Voltage
- Change the endpoint of Charge Point Models to
/public-api/resources/charge-point-models/v1.0/
- Change the endpoint of Charge Point Vendors to
/public-api/resources/charge-point-vendors/v1.0
- Add
evsePhysicalReference
property to filter object of Charge Points / Listing to get EVSE by physical reference (e.g. from QR code). RemovephysicalReference
property.
Release Notes: Public API 2.121.0
over 1 year ago by Valentin Alexiev
- Notifications:
- Create a new webhook when CDR Received, Notifications / Subscribe
- Add user id and email to the payload of the partnerInvite.changed notification, Notifications / Subscribe
- Add
meterStart
andmeterStop
to the payload of the SessionStartStopNotification notification, Notifications / Subscribe
- Circuits:
- Add support for electricity meters to circuits, Circuits / Create
- Add user priorities for using a circuit, Circuits / User Priorities / Create
- Add possibility to start a session without EVSE ID, Actions / Start Charging Session Without EVSE
- Rename
applyToUsersOfChargePointOwner
toapplyToUsersOfChargePointPartner
in restrictions of a tariff, Tariffs / Create - Add EVSE status to the roaming object, Charge Point / EVSEs / Listing
Release Notes: Public API 2.120.0
over 1 year ago by Valentin Alexiev
- Implement pagination support for sessions history, Sessions / Listing
- page
integer
The page number to fetch (defaults to 1). Not used in cursor pagination. - per_page
integer
The numbers of items to return. Used in both page and cursor pagination to declare the page size.
- page
Release Notes: Public API of AMPECO Charge 3.50.0
over 1 year ago by Valentin Alexiev
- Deprecate setSessionLimitToZeroOnIdle in the resource Circuit.
-
Release Notes: Public API 2.119.0
over 1 year ago by Valentin Alexiev
- Add array of tags to the resource Charge Point in the response and as filter.
- Add tags array when creating a Charge Point, Charge Points / Create
- Filter a list of Charge points by a tag Charge Points / Listing
- Update tags of a Charge Point, Charge Points / Update
- Tags are included in the response of getting a Charge Point, Charge Points / Read
Release Notes: Public API 2.118.0
over 1 year ago by Svetoslav Mitov
- Remove Error 422 from Sessions / Read endpoint -The payload you provided is invalid.
Not relevant toGET methods. - Add new revenue sharing parameters toResource / 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.
- fixedFeePerSessionAc
- ReplaceSecurity 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}
- 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: