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 int32 nullable
Possible values: [0
, 1
, 2
]
Default value: 0
ocpiType int32 nullable
Possible values: [0
, 1
, 2
, 3
, 4
]
Default value: 0
minPrice object
exclVat double nullable
inclVat double nullable
maxPrice object
exclVat double nullable
inclVat double nullable
elements object[]
priceComponents object[]
type int32 nullable
Possible values: [0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
]
Default value: 0
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 int32[]
Possible values: [0
, 1
, 2
, 3
, 4
, 5
, 6
]
reservation int32 nullable
Possible values: [0
, 1
]
Default value: 0
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": 0,
"ocpiType": 0,
"minPrice": {
"exclVat": 0,
"inclVat": 0
},
"maxPrice": {
"exclVat": 0,
"inclVat": 0
},
"elements": [
{
"priceComponents": [
{
"type": 0,
"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": [
0
],
"reservation": 0
}
}
],
"startDateTime": "2024-10-10T06:49:37.340Z",
"endDateTime": "2024-10-10T06:49:37.340Z",
"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...