HomeGuidesAPI ReferenceChangelog
Terms of Use
API Reference

Tariff / Set Display Information

Create or update tariff display information. This action supports both first-time creation and subsequent updates.

Field replacement behavior: Every call fully replaces all four display text fields. Fields not included in the request body, or sent as null, are reset to empty. To retain an existing value, you must re-supply it in the request.

Base tariff restriction: The defaultPriceInformation and defaultPriceInformationOffline fields can only be set on base tariffs.

Path Params
integer
required

The ID of the tariff to which detailed display information should be added.

Body Params
string | null

It could be set only for base tariff. The default information that would be shown on the display of the charge point without the user having authorized themselves. The default price information from the base tariff of the first EVSE would be used for the display, when the charge point has more than one EVSE.

string | null

It could be set only for base tariff. The information that would be shown on the display of the charge point when offline.

string | null

The information that would be shown on the display of the charge point for users that are eligible for this tariff.

string | null

Additional information that would be displayed on the charge point when the session ends, along with the total fees for energy, duration and idle.

Responses
200

Tariff display information updated successfully

201

Tariff display information created successfully

406

Action rejected

Language
Credentials
Bearer
API Token
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json