Query station tariff list

To get an overview of the charging costs and optional setup fee you can run the query station tariff list. Within this list you will find all costs per station.

The station tariff data is currently not available on our playground. Create an account or contact sales to get access to the data.

Query

The tariffList query works out of the box and no additional information is required. However, you have the option to enable pagination on the query to improve the performance as you can see below.

Arguments

size Int

The number of element (count) to return, default: 10

page Int

Page number to return, default: 0

Frequently used fields

currency String

ISO-4217 code of the currency of this tariff.

min_price OCPIPrice

When this field is set, a charging session with this tariff will cost at least the amount shown. This is different from a FLAT fee (start tariff, transaction fee), as a FLAT fee is a fixed amount that must be paid for any charging session. A minimum price indicates that when the cost of a charging session is lower than this amount, the cost of the session will be equal to this amount

max_price OCPIPrice

When this field is set, a charging session with this tariff will NOT cost more than this amount

elements OCPITariffElement

List of tariff elements

Other fields

country_code String

ISO-3166 alpha-2 country code of the CPO that owns this tariff

party_id String

CPO ID of the CPO that owns this tariff (following the ISO-15118 standard)

id String

Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms)

type OCPITariffType

Defines the type of the tariff. This allows for distinction in case of given charging preferences. When omitted, this tariff is valid for all sessions

Show OCPITariffType enum values

tariff_alt_text OCPIDisplayText

List of alternative tariff information texts, in multiple languages

tariff_alt_url String

URL to a web page that contains an explanation of the tariff information in human readable form

start_date_time DateTime

Time when this tariff becomes active, in UTC, time_zone field of the Location can be used to convert to local time. Typically used for a new tariff that is already given with the location, before it becomes active

end_date_time DateTime

Time after which this tariff is no longer valid, in UTC, time_zone field if the location can be used to convert to local time. Typically used when this tariff is going to be replaced with a different tariff in the near future

energy_mix OCPIEnergyMix

Details about the energy supplied with this tariff

last_updated DateTime

Timestamp when this tariff was last updated (or created)

Response

A response can either contain a data or an errors object. The response header will always return 200 as a status code.

Data object

When successful, a data object will be returned with the requested fields. If there are no fields present the data object will return the operation name with the appropriate return type. If the operation was a query, this output will be an object of the schema’s query root type; if the operation was a mutation, this output will be an object of the schema’s mutation root type.

Error object

If unsuccessful, an errors object will be returned with more details in the extensions object. The error object can contain any of the following objects.