Get all the tariffs
x-ms-visibility: "important"
Send a request to get all the tariffs from eMabler system.
Responses
- 200
- 401
- 500
Returns list of tariffs
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- Array [
- ]
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
id string
name string
currency string
useType string nullable
Possible values: [COST
, PRICE
, OTHER
]
Default value: COST
ocpiType string nullable
Possible values: [AD_HOC_PAYMENT
, PROFILE_CHEAP
, PROFILE_FAST
, PROFILE_GREEN
, REGULAR
]
Default value: AD_HOC_PAYMENT
minPrice object
exclVat double nullable
inclVat double nullable
maxPrice object
exclVat double nullable
inclVat double nullable
elements object[]
priceComponents object[]
type string nullable
Possible values: [ENERGY
, FLAT
, PARKING_TIME
, TIME
, SOCKET_COUNT
, CHARGER_COUNT
, ENERGY_SPOT
, ENERGY_SPOT_LOCKED
, MONTHLY_FLAT
]
Default value: ENERGY
price double
Price excluding VAT
vat double nullable
margin double nullable
stepSize int32 nullable
marginPercentage double nullable
priceCap double nullable
costPercentage double nullable
biddingZone string
restrictions object
startTime string
endTime string
startDate string
endDate string
minKwh double nullable
maxKwh double nullable
minCurrent double nullable
maxCurrent double nullable
minPower double nullable
maxPower double nullable
minDuration int32 nullable
maxDuration int32 nullable
dayOfWeek string[]
Possible values: [MONDAY
, TUESDAY
, WEDNESDAY
, THURSDAY
, FRIDAY
, SATURDAY
, SUNDAY
]
reservation string nullable
Possible values: [RESERVATION
, RESERVATION_EXPIRES
]
Default value: RESERVATION
startDateTime date-time nullable
endDateTime date-time nullable
tariffAltText object[]
language string
text string
tariffAltTextOffline object[]
language string
text string
tariffAltTextDuringCharging object[]
language string
text string
tariffAltTextStopTransaction object[]
language string
text string
tariffAltUrl uri
[
{
"id": "string",
"name": "string",
"currency": "string",
"useType": "COST",
"ocpiType": "AD_HOC_PAYMENT",
"minPrice": {
"exclVat": 0,
"inclVat": 0
},
"maxPrice": {
"exclVat": 0,
"inclVat": 0
},
"elements": [
{
"priceComponents": [
{
"type": "ENERGY",
"price": 0,
"vat": 0,
"margin": 0,
"stepSize": 0,
"marginPercentage": 0,
"priceCap": 0,
"costPercentage": 0,
"biddingZone": "string"
}
],
"restrictions": {
"startTime": "string",
"endTime": "string",
"startDate": "string",
"endDate": "string",
"minKwh": 0,
"maxKwh": 0,
"minCurrent": 0,
"maxCurrent": 0,
"minPower": 0,
"maxPower": 0,
"minDuration": 0,
"maxDuration": 0,
"dayOfWeek": [
"MONDAY"
],
"reservation": "RESERVATION"
}
}
],
"startDateTime": "2025-03-31T07:22:20.755Z",
"endDateTime": "2025-03-31T07:22:20.756Z",
"tariffAltText": [
{
"language": "string",
"text": "string"
}
],
"tariffAltTextOffline": [
{
"language": "string",
"text": "string"
}
],
"tariffAltTextDuringCharging": [
{
"language": "string",
"text": "string"
}
],
"tariffAltTextStopTransaction": [
{
"language": "string",
"text": "string"
}
],
"tariffAltUrl": "string"
}
]
Customer not found or not authorised
Error getting data from eMabler system
Loading...