RateGroupEligibilityScheduleInput
Input type for defining a rate group eligibility schedule.
This input type is used to specify the details of a rate group eligibility schedule, including the associated product code, rate group code, eligibility status, and effective period.
Input fields
The period during which this eligibility is effective.
Indicates if the rate group is eligible.
The product code associated with the rate group.
The rate group code.
The external identifier of the supply point this schedule targets. When omitted, the schedule targets all agreements for the product.
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": "tend-throughout-international-put-name",
"rateGroupCode": "war-sometimes-rise-sport-your",
"supplyPointIdentifier": "44435059"
}