TimeSeriesSpecificationEligibilityScheduleInput
Input type for defining a time series specification eligibility schedule.
This input type is used to specify the details of a time series specification eligibility schedule, including the associated product code, time series specification code, eligibility status, and effective period.
Input fields
The period during which this eligibility is effective.
Indicates if the time series specification is eligible.
The product code associated with the time series specification.
The external identifier of the supply point this schedule targets. When omitted, the schedule targets all agreements for the product.
The time series specification code.
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
{
"effectivePeriod": RateGroupEligibilityPeriodInput,
"isEligible": true,
"productCode": "direction-eat-window-forget-early",
"supplyPointIdentifier": "71915366",
"timeSeriesSpecificationCode": "sea-hard-prepare-production-view"
}