SimpleServicesMarketDataSourceInput
Source of market data for Simple Services enrollment.
Exactly one of the following must be provided: - quoted_supply_point_data: Use a pre-created QuotedSupplyPoint - product_catalog_data: Use product catalog characteristics - agreement_transfer_data: Transfer existing agreements from another account
Input fields
Data for enrollment via agreement transfer. Callers must include an associated account number and product code. If the account spans multiple properties, the group header property identifies the target property.
Data for enrollment using product catalog characteristics.
Data for enrollment using a pre-created QuotedSupplyPoint.
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
{
"agreementTransferData": SimpleServicesAgreementTransferInput,
"productCatalogData": SimpleServicesProductCatalogInput,
"quotedSupplyPointData": SimpleServicesQuotedSupplyPointInput
}