Subscriptions: The request body field firstPurchaseAt in approve-subscriptions endpoint has been deprecated. Use nextPurchaseAt instead (for consistency reasons).
π Feature
Charges: Add new field Charge.kwhPerMaxResolution which provides kWh consumption in highest available resolution (usually 15min buckets).
Subscriptions: When creating a subscription you can provide nextPurchaseAt now.
π Fix
Currencies: Brought back the id field where it was missing.
Charges:Charge.kwhPerHour provides kWh consumption in hourly buckets.
Subscriptions: When filtering by multiple criteria in the list endpoint, only the first criteria was considered.
Users: When retrieving users, includeDeleted filter works properly now
Users:createdAt, updatedAt and deletedAt are taken from the respective Application User instead of the underlying user. This allows you to identify when a user signed up for / deleted the account from your app. This is necessary since the same user might belong to many applications (ie. Monta and your whitelabel application).
added memberCostPriceGroupId to the response of charges endpoints.
Added fromCompletedDate filter to the charges endpoint, which filters charges that their completedAt is greater than fromCompletedDate
Added toCompletedDate filter to the charges endpoint, which filters charges that their completedAt is less than toCompletedDate
Added fromUpdatedDate filter to the charges endpoint, which filters charges that their updatedAt is greater than fromUpdatedDate
Added endpoint to get wallet transactions to V2024-07-01 /wallet-transactionsThis endpoint has been streamlined for improved performance and have slimmed-down request/response structure.
.
Added endpoints for vehicles to get a vehicle by id, list vehicles and get vehicle integration.
GETapi/v1/vehicles/{vehicleId}
GETapi/v1/vehicles
GETapi/v1/vehicles/integration/{integrationId}
Added support for webhooks in organization authorization. If an API client has access to its sub-operator, it will also receive webhook events for that sub-operator.
Added emaidProviderId field to the response of all the charge endpoints (i.e. /charges/*)
Introduced a new endpoint, v1/auditlog/events, for accessing the audit log
Added vehicleId field to the response of all the charge endpoints (i.e /charges/*)
Added endpoints for reviewing sponsored charge point cost changes