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.