GET request/supplier/energyoptions

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

EnergyOptionsBase
NameDescriptionTypeAdditional information
EnergyOption

Collection of EnergyOptions

None.

PricingMethod

Collection of PricingMethods

None.

TariffType

Collection of TariffTypes

None.

Response Formats

application/json, text/json

Sample:
{
  "tariffType": null,
  "pricingMethod": null,
  "energyOption": null
}

text/html

Sample:
{"tariffType":null,"pricingMethod":null,"energyOption":null}

application/xml, text/xml

Sample:
<EnergyOptionsBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCSCommercialAPI.Models.EnergyOptions">
  <EnergyOption i:nil="true" />
  <PricingMethod i:nil="true" />
  <TariffType i:nil="true" />
</EnergyOptionsBase>