GetSiteTariffsResponse
data object[]required
Unique identifier for the site tariff record
Unique identifier for the site
Unique identifier for the metric
Start date of the tariff validity period
End date of the tariff validity period (null if still active)
Unique identifier for the external tariff (null for custom tariffs)
Name of the custom tariff
Slug identifier for the tariff
Unique identifier for the source
Rate type (e.g. static, timed)
Custom rate configuration (null for external tariffs, structured config for custom tariffs)
tariff objectnullable
External tariff details (null for custom tariffs)
Unique identifier for the tariff
Unique identifier for the energy source
Name of the tariff
URL-friendly identifier for the tariff
tariffMetadata objectnullable
metricZoneMonthlyRates objectnullable
Computed min/max rates for the site energy zone
Minimum rate for the metric zone
Maximum rate for the metric zone
pagination objectrequired
links objectrequired
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"siteId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"metricId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"validFrom": "2024-07-29T15:51:28.071Z",
"validTo": "2024-07-29T15:51:28.071Z",
"tariffId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"tariffSlug": "string",
"sourceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rateType": "string",
"tariff": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"sourceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"slug": "string",
"tariffMetadata": {},
"metricZoneMonthlyRates": {
"min": 0,
"max": 0
}
}
}
],
"pagination": {
"total": 0,
"limit": 0,
"offset": 0
},
"links": {
"first": "string",
"prev": "string",
"next": "string",
"last": "string"
}
}