LegacyMarketDataInput
Input type combining base supply point group fields with market-specific enrollment data (legacy).
Inherits address/property fields from BaseSupplyPointGroupInput and adds a single
context field whose type is a dynamically constructed InputObjectType containing
one field per configured market (morally a oneOf – callers should supply exactly one).
Input fields
The address where the supply points to be supplied are located.
Market-specific enrollment details. Provide exactly one of the configured market input objects inside this container.
The ID of the property where the supply points are located.
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
{
"addressDetails": LifecycleAddressInput,
"context": OneOfMarketEnrollmentInputType,
"property": "78417125"
}