GET api/PowerBI/Orders/Full

Request Information

Requires Authorization!

Add to HTTP Headers "Authorization" => "Bearer " + access_token from api/User/LoginWithApiKEY?ApiKEY={ApiKEY}
for example: "Authorization" => "Bearer aBc123-D1eF3...rS45q-XyZ879"

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of OrderModel
NameTypeAdditional informationDescription
AccessId integer

None.

PlaceDate date

None.

CoopId integer

None.

CoopName string

None.

BossId integer

None.

BossName string

None.

Status integer

None.

EnergyType integer

None.

NetworkProviderName string

None.

SupplierName string

None.

TariffName string

None.

ContractStartDate date

None.

CurrentContractEndNoticeMode string

None.

CurrentContractEndNotice date

None.

Rubrik string

None.

CurrentSupplierName string

None.

Rabat decimal number

None.

OrderedTariffPriceGuaranteeTerm integer

None.

OrderedTariffPriceGuaranteeDate date

None.

ContractPostedToSupplierDate date

None.

SignatureDate date

None.

LoyaltyBonus24 string

None.

YearlyUsage integer

None.

AdditionalYearlyUsage integer

None.

OrderedTariffBasePrice_x12 decimal number

None.

OrdeerdTariffUnitPrice decimal number

None.

OrdeerdTariffUnitEconomyPrice decimal number

None.

Supplier_Set decimal number

None.

ICS_Set decimal number

None.

Diff_Set decimal number

None.

Supplier_Total decimal number

None.

ICS_Total decimal number

None.

Diff_Total decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccessId": 1,
    "PlaceDate": "2025-12-06T05:50:13.5559839+01:00",
    "CoopId": 3,
    "CoopName": "sample string 4",
    "BossId": 5,
    "BossName": "sample string 6",
    "Status": 7,
    "EnergyType": 8,
    "NetworkProviderName": "sample string 9",
    "SupplierName": "sample string 10",
    "TariffName": "sample string 11",
    "ContractStartDate": "2025-12-06T05:50:13.5559839+01:00",
    "CurrentContractEndNoticeMode": "sample string 12",
    "CurrentContractEndNotice": "2025-12-06T05:50:13.5559839+01:00",
    "Rubrik": "sample string 13",
    "CurrentSupplierName": "sample string 14",
    "Rabat": 15.0,
    "OrderedTariffPriceGuaranteeTerm": 1,
    "OrderedTariffPriceGuaranteeDate": "2025-12-06T05:50:13.5559839+01:00",
    "ContractPostedToSupplierDate": "2025-12-06T05:50:13.5559839+01:00",
    "SignatureDate": "2025-12-06T05:50:13.5559839+01:00",
    "LoyaltyBonus24": "sample string 16",
    "YearlyUsage": 17,
    "AdditionalYearlyUsage": 1,
    "OrderedTariffBasePrice_x12": 18.0,
    "OrdeerdTariffUnitPrice": 19.0,
    "OrdeerdTariffUnitEconomyPrice": 20.0,
    "Supplier_Set": 21.0,
    "ICS_Set": 22.0,
    "Diff_Set": 23.0,
    "Supplier_Total": 24.0,
    "ICS_Total": 25.0,
    "Diff_Total": 26.0
  },
  {
    "AccessId": 1,
    "PlaceDate": "2025-12-06T05:50:13.5559839+01:00",
    "CoopId": 3,
    "CoopName": "sample string 4",
    "BossId": 5,
    "BossName": "sample string 6",
    "Status": 7,
    "EnergyType": 8,
    "NetworkProviderName": "sample string 9",
    "SupplierName": "sample string 10",
    "TariffName": "sample string 11",
    "ContractStartDate": "2025-12-06T05:50:13.5559839+01:00",
    "CurrentContractEndNoticeMode": "sample string 12",
    "CurrentContractEndNotice": "2025-12-06T05:50:13.5559839+01:00",
    "Rubrik": "sample string 13",
    "CurrentSupplierName": "sample string 14",
    "Rabat": 15.0,
    "OrderedTariffPriceGuaranteeTerm": 1,
    "OrderedTariffPriceGuaranteeDate": "2025-12-06T05:50:13.5559839+01:00",
    "ContractPostedToSupplierDate": "2025-12-06T05:50:13.5559839+01:00",
    "SignatureDate": "2025-12-06T05:50:13.5559839+01:00",
    "LoyaltyBonus24": "sample string 16",
    "YearlyUsage": 17,
    "AdditionalYearlyUsage": 1,
    "OrderedTariffBasePrice_x12": 18.0,
    "OrdeerdTariffUnitPrice": 19.0,
    "OrdeerdTariffUnitEconomyPrice": 20.0,
    "Supplier_Set": 21.0,
    "ICS_Set": 22.0,
    "Diff_Set": 23.0,
    "Supplier_Total": 24.0,
    "ICS_Total": 25.0,
    "Diff_Total": 26.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfPowerBIController.OrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPITokenGenerator.Controllers">
  <PowerBIController.OrderModel>
    <AccessId xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">1</AccessId>
    <AdditionalYearlyUsage xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">1</AdditionalYearlyUsage>
    <BossId xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">5</BossId>
    <BossName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 6</BossName>
    <ContractPostedToSupplierDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</ContractPostedToSupplierDate>
    <ContractStartDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</ContractStartDate>
    <CoopId xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">3</CoopId>
    <CoopName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 4</CoopName>
    <CurrentContractEndNotice xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</CurrentContractEndNotice>
    <CurrentContractEndNoticeMode xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 12</CurrentContractEndNoticeMode>
    <CurrentSupplierName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 14</CurrentSupplierName>
    <Diff_Set xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">23</Diff_Set>
    <Diff_Total xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">26</Diff_Total>
    <EnergyType xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">8</EnergyType>
    <ICS_Set xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">22</ICS_Set>
    <ICS_Total xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">25</ICS_Total>
    <LoyaltyBonus24 xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 16</LoyaltyBonus24>
    <NetworkProviderName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 9</NetworkProviderName>
    <OrdeerdTariffUnitEconomyPrice xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">20</OrdeerdTariffUnitEconomyPrice>
    <OrdeerdTariffUnitPrice xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">19</OrdeerdTariffUnitPrice>
    <OrderedTariffBasePrice_x12 xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">18</OrderedTariffBasePrice_x12>
    <OrderedTariffPriceGuaranteeDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</OrderedTariffPriceGuaranteeDate>
    <OrderedTariffPriceGuaranteeTerm xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">1</OrderedTariffPriceGuaranteeTerm>
    <PlaceDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</PlaceDate>
    <Rabat xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">15</Rabat>
    <Rubrik xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 13</Rubrik>
    <SignatureDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</SignatureDate>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">7</Status>
    <SupplierName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 10</SupplierName>
    <Supplier_Set xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">21</Supplier_Set>
    <Supplier_Total xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">24</Supplier_Total>
    <TariffName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 11</TariffName>
    <YearlyUsage xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">17</YearlyUsage>
  </PowerBIController.OrderModel>
  <PowerBIController.OrderModel>
    <AccessId xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">1</AccessId>
    <AdditionalYearlyUsage xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">1</AdditionalYearlyUsage>
    <BossId xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">5</BossId>
    <BossName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 6</BossName>
    <ContractPostedToSupplierDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</ContractPostedToSupplierDate>
    <ContractStartDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</ContractStartDate>
    <CoopId xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">3</CoopId>
    <CoopName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 4</CoopName>
    <CurrentContractEndNotice xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</CurrentContractEndNotice>
    <CurrentContractEndNoticeMode xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 12</CurrentContractEndNoticeMode>
    <CurrentSupplierName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 14</CurrentSupplierName>
    <Diff_Set xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">23</Diff_Set>
    <Diff_Total xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">26</Diff_Total>
    <EnergyType xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">8</EnergyType>
    <ICS_Set xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">22</ICS_Set>
    <ICS_Total xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">25</ICS_Total>
    <LoyaltyBonus24 xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 16</LoyaltyBonus24>
    <NetworkProviderName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 9</NetworkProviderName>
    <OrdeerdTariffUnitEconomyPrice xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">20</OrdeerdTariffUnitEconomyPrice>
    <OrdeerdTariffUnitPrice xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">19</OrdeerdTariffUnitPrice>
    <OrderedTariffBasePrice_x12 xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">18</OrderedTariffBasePrice_x12>
    <OrderedTariffPriceGuaranteeDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</OrderedTariffPriceGuaranteeDate>
    <OrderedTariffPriceGuaranteeTerm xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">1</OrderedTariffPriceGuaranteeTerm>
    <PlaceDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</PlaceDate>
    <Rabat xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">15</Rabat>
    <Rubrik xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 13</Rubrik>
    <SignatureDate xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">2025-12-06T05:50:13.5559839+01:00</SignatureDate>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">7</Status>
    <SupplierName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 10</SupplierName>
    <Supplier_Set xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">21</Supplier_Set>
    <Supplier_Total xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">24</Supplier_Total>
    <TariffName xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">sample string 11</TariffName>
    <YearlyUsage xmlns="http://schemas.datacontract.org/2004/07/Services.Cooperators.PowerBI">17</YearlyUsage>
  </PowerBIController.OrderModel>
</ArrayOfPowerBIController.OrderModel>