Rates Request
Rates Response
Bill Request
Bill Response
BillSavings Request
CustomerInfo{...}
Sector
Location{...}
Address{...}
PostalCode
Income
TaxFilingStatus
Meters[{...}]
Name
CurrentRate{...}
Id
ProposedRate{...}
Id
AnnualUtilityBillEscalation_Percent
EnergyProfiles[{...}]
{"Type": "Consumption", ...}
Name
Scenario
IntervalData{...}
Interpolation
IntervalConvention
Interval
Data[{...}]
Time
Energy_kWh
BillAmount
{"Type": "Production"}
Name
Scenario
IntervalData{...}
Interpolation
IntervalConvention
Interval
Data[{...}]
Time
Energy_kWh
{"Type": "Pv", ...}
Name
Scenario
EquipmentLife_Years
SystemDegradationPerYear_Percent
ProductionEnergyProfileName
PvSimulation{...}
EnergySite{...}
Location{...}
Latitude
Longitude
PvSystems[{...}]
Albedo_Percent
GeneralDerate_Percent
Inverters[{...}]
Count
MaxPowerOutputAC_kW
EfficiencyRating_Percent
PvArrays[{...}]
PvModules[{...}]
Count
NameplateDCRating_kW
PtcRating_kW
PowerTemperatureCoefficient_PercentPerDegreeC
NominalOperatingCellTemperature_DegreesC
ArrayConfiguration{...}
Azimuth_Degrees
Tilt_Degrees
Tracking
TrackingRotationLimit_Degrees
MonthlyShadings[{...}]
MonthNumber
SolarAccess_Percent
CashPayment{...}
Cost
SaleMonth
SaleYear
LoanPayment{...}
Cost
InterestRate_Percent
LoanType
Term_Years
DownPaymentAmount
SaleMonth
SaleYear
LeasePayment{...}
Cost
FirstYearMonthlyPayment
PaymentFactor
AnnualPaymentEscalation_Percent
Term_Years
DownPaymentAmount
SaleMonth
SaleYear
PpaPayment{...}
Cost
PaymentPerkWh
AnnualPaymentEscalation_Percent
Term_Years
DownPaymentAmount
SaleMonth
SaleYear
MaintenanceCosts{...}
AnnualMaintenanceCost
OneTimeMaintenanceCost
OneTimeMaintenanceCostYear
BillPeriods[{...}]
Name
StartDate
BillPeriodEnd
EstimationOptions{...}
IncludeTaxEffects
OutputData[...]
BillSavings Response

BillPeriods

Meters.BillPeriods

 

An array defining the start and stop times for each billing period.


"BillPeriods": [{
	"Name": "1",
	"StartDate": "2014-11-09T00:00:00"
},
{
	"Name": "2",
	"StartDate": "2014-12-12T00:00:00"
},
{
	"Name": "3",
	"StartDate": "2015-01-12T00:00:00"
},
{
	"Name": "4",
	"StartDate": "2015-02-09T00:00:00"
},
{
	"Name": "5",
	"StartDate": "2015-03-12T00:00:00"
},
{
	"Name": "6",
	"StartDate": "2015-04-11T00:00:00"
},
{
	"Name": "7",
	"StartDate": "2015-05-12T00:00:00"
},
{
	"Name": "8",
	"StartDate": "2015-06-11T00:00:00"
},
{
	"Name": "9",
	"StartDate": "2015-07-12T00:00:00"
},
{
	"Name": "10",
	"StartDate": "2015-08-12T00:00:00"
},
{
	"Name": "11",
	"StartDate": "2015-09-11T00:00:00"
},
{
	"Name": "12",
	"StartDate": "2015-10-12T00:00:00"
}]

Name

A unique identifier for the billing period. This will be reflected in the response as PeriodName to allow easy mapping of bill periods to bill calculations.

Possible Values: Any string.

Default: none (PeriodName will not be included for billing period calculations in the response).

StartDate

The start date for the billing period. ISO 8601 format must be used. Billing periods are assumed to end at the beginning of the subsequent period. The final billing period is assumed to end at BillPeriodEnd. One year of Billing data with 12 billing periods is required.

Possible Values: Any string conforming to ISO 8601 format, such as “2015-22-09T00:00:00”.

Required.