📄️ Add a charger to an existing OCPI location in an integration between customer and third party
Use this endpoint to add charger to a location of an integration.
📄️ Add new integration between customer and third party
Use this endpoint to create integrations.
📄️ Add new OCPI location to an already existing integration between customer and third party
Use this endpoint to create locations of chargers to an OCPI integration. Usually one OCPI location corresponds to one site in eMabler system
📄️ Remove a charger from an existing location of an OCPI integration between customer and third party
Use this endpoint to remove charger from a location of an integration.
📄️ Delete existing integration
Use this endpoint to delete integration configuration.
📄️ Delete location of chargers in an existing OCPI integration between customer and third party
Use this endpoint to delete a location from an integration
📄️ Get list of CDRs
Use this endpoint to get CDRs (Charge Detail Records) of transactions that were started using OCPI integration.
📄️ Provides information of integration
Use this endpoint to get integration details.
📄️ Get list of integrations
Use this endpoint to get list of all integrations.
📄️ Get list of integrations that the site is connected to
Use this endpoint to get integrations for one site.
📄️ Update existing integration data
Use this endpoint to update integration cnfiguration.
📄️ Update the tariff details of the OCPI integraion
Send a request to update the tafiff details of the OCPI integration. This can be used only to update tariffs that have been created directly to the integration. These tariffs are not recommended to use any more.
📄️ Update location of chargers in an existing integration between customer and third party
Use this endpoint to update location data. This can be used only for the locations that are not connected to any site. Add only changed properties to the request body.
📄️ Add or replace a tariff in an existing location of an integration between customer and third party
Use POST to add a tariff and PUT to replace the current tariff with a new one in location of an integration. If only locationId exists in the request body, the tariff will be set to the whole location. If chargerIds exist, the tariff is set only to those chargers and if no sockets are mentioned, then all the sockets get the tariff. If sockets exist, the tariff is set only those sockets.