GET request/customer/bespoke/{bespokequoteid}/results/{bespokesuppquoteid}?NoOfYears={NoOfYears}

Get all bespoke quote results

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bespokequoteid

integer

Required

bespokesuppquoteid

integer

Required

NoOfYears

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of BespokeQuoteMeters
NameDescriptionTypeAdditional information
BespokeQuoteMeterId

integer

None.

BespokeResultId

integer

None.

CapacityOrSOQ

decimal number

None.

HHRate

HHRate

None.

JourneyStatusRefId

integer

None.

MeterCapacity

decimal number

None.

MpanMprn

string

None.

NHHRate

NHHRate

None.

Notes

string

None.

PreviousSupplier

integer

None.

RenewalOrExistingDUR

decimal number

None.

RenewalOrExistingEWR

decimal number

None.

RenewalOrExistingNUR

decimal number

None.

ResultReturnedDate

date

None.

StandingCharge

decimal number

None.

SupplierUsed

SupplierUsedConsumption

None.

SupplyCapacity

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "bespokeQuoteMeterId": 1,
    "bespokeResultId": 2,
    "mpanMprn": "sample string 3",
    "journeyStatusRefId": 4,
    "resultReturnedDate": "2025-06-26T05:42:53.227895+00:00",
    "capacityOrSOQ": 1.0,
    "meterCapacity": 1.0,
    "supplyCapacity": 1.0,
    "supplierUsed": {
      "annualConsumption": 1,
      "dayConsumption": 1,
      "nightConsumption": 1,
      "otherConsumption": 1
    },
    "standingCharge": 1.0,
    "hhRate": {
      "day": 1.0,
      "night": 1.0
    },
    "nhhRate": {
      "dayOrSingle": 1.0,
      "night": 1.0,
      "other": 1.0,
      "fitRate": 1.0
    },
    "notes": "sample string 5",
    "previousSupplier": 1,
    "renewalOrExistingDUR": 1.0,
    "renewalOrExistingNUR": 1.0,
    "renewalOrExistingEWR": 1.0
  },
  {
    "bespokeQuoteMeterId": 1,
    "bespokeResultId": 2,
    "mpanMprn": "sample string 3",
    "journeyStatusRefId": 4,
    "resultReturnedDate": "2025-06-26T05:42:53.227895+00:00",
    "capacityOrSOQ": 1.0,
    "meterCapacity": 1.0,
    "supplyCapacity": 1.0,
    "supplierUsed": {
      "annualConsumption": 1,
      "dayConsumption": 1,
      "nightConsumption": 1,
      "otherConsumption": 1
    },
    "standingCharge": 1.0,
    "hhRate": {
      "day": 1.0,
      "night": 1.0
    },
    "nhhRate": {
      "dayOrSingle": 1.0,
      "night": 1.0,
      "other": 1.0,
      "fitRate": 1.0
    },
    "notes": "sample string 5",
    "previousSupplier": 1,
    "renewalOrExistingDUR": 1.0,
    "renewalOrExistingNUR": 1.0,
    "renewalOrExistingEWR": 1.0
  }
]

text/html

Sample:
[{"bespokeQuoteMeterId":1,"bespokeResultId":2,"mpanMprn":"sample string 3","journeyStatusRefId":4,"resultReturnedDate":"2025-06-26T05:42:53.227895+00:00","capacityOrSOQ":1.0,"meterCapacity":1.0,"supplyCapacity":1.0,"supplierUsed":{"annualConsumption":1,"dayConsumption":1,"nightConsumption":1,"otherConsumption":1},"standingCharge":1.0,"hhRate":{"day":1.0,"night":1.0},"nhhRate":{"dayOrSingle":1.0,"night":1.0,"other":1.0,"fitRate":1.0},"notes":"sample string 5","previousSupplier":1,"renewalOrExistingDUR":1.0,"renewalOrExistingNUR":1.0,"renewalOrExistingEWR":1.0},{"bespokeQuoteMeterId":1,"bespokeResultId":2,"mpanMprn":"sample string 3","journeyStatusRefId":4,"resultReturnedDate":"2025-06-26T05:42:53.227895+00:00","capacityOrSOQ":1.0,"meterCapacity":1.0,"supplyCapacity":1.0,"supplierUsed":{"annualConsumption":1,"dayConsumption":1,"nightConsumption":1,"otherConsumption":1},"standingCharge":1.0,"hhRate":{"day":1.0,"night":1.0},"nhhRate":{"dayOrSingle":1.0,"night":1.0,"other":1.0,"fitRate":1.0},"notes":"sample string 5","previousSupplier":1,"renewalOrExistingDUR":1.0,"renewalOrExistingNUR":1.0,"renewalOrExistingEWR":1.0}]

application/xml, text/xml

Sample:
<ArrayOfBespokeQuoteMeters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.QuoteDto">
  <BespokeQuoteMeters>
    <BespokeQuoteMeterId>1</BespokeQuoteMeterId>
    <BespokeResultId>2</BespokeResultId>
    <CapacityOrSOQ>1</CapacityOrSOQ>
    <HHRate>
      <Day>1</Day>
      <Night>1</Night>
    </HHRate>
    <JourneyStatusRefId>4</JourneyStatusRefId>
    <MeterCapacity>1</MeterCapacity>
    <MpanMprn>sample string 3</MpanMprn>
    <NHHRate>
      <DayOrSingle>1</DayOrSingle>
      <FitRate>1</FitRate>
      <Night>1</Night>
      <Other>1</Other>
    </NHHRate>
    <Notes>sample string 5</Notes>
    <PreviousSupplier>1</PreviousSupplier>
    <RenewalOrExistingDUR>1</RenewalOrExistingDUR>
    <RenewalOrExistingEWR>1</RenewalOrExistingEWR>
    <RenewalOrExistingNUR>1</RenewalOrExistingNUR>
    <ResultReturnedDate>2025-06-26T05:42:53.227895+00:00</ResultReturnedDate>
    <StandingCharge>1</StandingCharge>
    <SupplierUsed>
      <AnnualConsumption>1</AnnualConsumption>
      <DayConsumption>1</DayConsumption>
      <NightConsumption>1</NightConsumption>
      <OtherConsumption>1</OtherConsumption>
    </SupplierUsed>
    <SupplyCapacity>1</SupplyCapacity>
  </BespokeQuoteMeters>
  <BespokeQuoteMeters>
    <BespokeQuoteMeterId>1</BespokeQuoteMeterId>
    <BespokeResultId>2</BespokeResultId>
    <CapacityOrSOQ>1</CapacityOrSOQ>
    <HHRate>
      <Day>1</Day>
      <Night>1</Night>
    </HHRate>
    <JourneyStatusRefId>4</JourneyStatusRefId>
    <MeterCapacity>1</MeterCapacity>
    <MpanMprn>sample string 3</MpanMprn>
    <NHHRate>
      <DayOrSingle>1</DayOrSingle>
      <FitRate>1</FitRate>
      <Night>1</Night>
      <Other>1</Other>
    </NHHRate>
    <Notes>sample string 5</Notes>
    <PreviousSupplier>1</PreviousSupplier>
    <RenewalOrExistingDUR>1</RenewalOrExistingDUR>
    <RenewalOrExistingEWR>1</RenewalOrExistingEWR>
    <RenewalOrExistingNUR>1</RenewalOrExistingNUR>
    <ResultReturnedDate>2025-06-26T05:42:53.227895+00:00</ResultReturnedDate>
    <StandingCharge>1</StandingCharge>
    <SupplierUsed>
      <AnnualConsumption>1</AnnualConsumption>
      <DayConsumption>1</DayConsumption>
      <NightConsumption>1</NightConsumption>
      <OtherConsumption>1</OtherConsumption>
    </SupplierUsed>
    <SupplyCapacity>1</SupplyCapacity>
  </BespokeQuoteMeters>
</ArrayOfBespokeQuoteMeters>