Get tariff details
x-ms-visibility: "important"
Send a request to get tariff details in eMabler system.
Path Parameters
tariffId string required
This is the globally unique ID for the tariff
Responses
- 200
- 401
- 404
- 500
Returns tariff details
application/json
Schema
Example (from schema)
Schema
- Array [
- 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
created date-time
lastUpdated date-time
powerCostSites object[]
id int64
groupName string
integrations string[]
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
latestSpotPrices object[]
currency string
price double nullable
biddingZone string
utcStartTimestamp date-time nullable
utcEndTimestamp date-time nullable
localStartTimestamp date-time nullable
localEndTimestamp date-time nullable
externalId string
{
"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.338Z",
"endDateTime": "2024-10-10T06:49:37.338Z",
"created": "2024-10-10T06:49:37.338Z",
"lastUpdated": "2024-10-10T06:49:37.338Z",
"powerCostSites": [
{
"id": 0,
"groupName": "string"
}
],
"integrations": [
"string"
],
"tariffAltText": [
{
"language": "string",
"text": "string"
}
],
"tariffAltTextOffline": [
{
"language": "string",
"text": "string"
}
],
"tariffAltTextDuringCharging": [
{
"language": "string",
"text": "string"
}
],
"tariffAltTextStopTransaction": [
{
"language": "string",
"text": "string"
}
],
"tariffAltUrl": "string",
"latestSpotPrices": [
{
"currency": "string",
"price": 0,
"biddingZone": "string",
"utcStartTimestamp": "2024-10-10T06:49:37.338Z",
"utcEndTimestamp": "2024-10-10T06:49:37.338Z",
"localStartTimestamp": "2024-10-10T06:49:37.338Z",
"localEndTimestamp": "2024-10-10T06:49:37.338Z"
}
],
"externalId": "string"
}
Customer not found or not authorised
Tariff not found in eMabler system
Error getting data from eMabler system
Loading...