RatesType
TDSP rates
These are rates which apply per TDSP. It will return a list of standing and consumption rates.
Load Zone rates
These are rates which apply per load zone. It will return a list of standing and consumption rates.
Agnostic rates
These are rates that apply to products. They are not tied to any TDSP/Load zone. This means
these rates will be applicable to all TDSPs and Rates.
IO rates
These are rates that apply under certain conditions for a given type of device. They are not
tied to any specific TDSP or Load Zone.
Fields
List of rates that are configured based on IO device criteria.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"agnosticRates": AgnosticRatesType,
"ioRates": [IoDeviceRatesType],
"loadZoneRates": LoadZoneRatesType,
"tdspRates": TdspRatesType
}