GET api/v1/BoilerRooms/ConsumptionUnits/{apikey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apikey

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of mBRMConsumptionUnit
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

PropertyNr

integer

None.

Index

integer

None.

Description

string

None.

Location

string

None.

Active

decimal number

None.

Inactive

decimal number

None.

GeoLocation

mGeoLocation

None.

City

string

None.

Streets

Collection of mPropStreet

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "295df7c0-e158-41f4-9192-c57f5fb34f64",
    "PropertyNr": 2,
    "Index": 3,
    "Description": "sample string 4",
    "Location": "sample string 5",
    "Active": 6.1,
    "Inactive": 1.1,
    "GeoLocation": {
      "Latitude": 1.0,
      "Longitude": 2.0
    },
    "City": "sample string 7",
    "Streets": [
      {
        "st": "sample string 1",
        "hl": 2,
        "hh": 3
      },
      {
        "st": "sample string 1",
        "hl": 2,
        "hh": 3
      }
    ]
  },
  {
    "Id": "295df7c0-e158-41f4-9192-c57f5fb34f64",
    "PropertyNr": 2,
    "Index": 3,
    "Description": "sample string 4",
    "Location": "sample string 5",
    "Active": 6.1,
    "Inactive": 1.1,
    "GeoLocation": {
      "Latitude": 1.0,
      "Longitude": 2.0
    },
    "City": "sample string 7",
    "Streets": [
      {
        "st": "sample string 1",
        "hl": 2,
        "hh": 3
      },
      {
        "st": "sample string 1",
        "hl": 2,
        "hh": 3
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfmBRMConsumptionUnit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ista.web.api.models">
  <mBRMConsumptionUnit>
    <Active>6.1</Active>
    <City>sample string 7</City>
    <Description>sample string 4</Description>
    <GeoLocation>
      <Latitude>1</Latitude>
      <Longitude>2</Longitude>
    </GeoLocation>
    <Id>295df7c0-e158-41f4-9192-c57f5fb34f64</Id>
    <Inactive>1.1</Inactive>
    <Index>3</Index>
    <Location>sample string 5</Location>
    <PropertyNr>2</PropertyNr>
    <Streets>
      <mPropStreet>
        <HomeNrHigh>3</HomeNrHigh>
        <HomeNrLow>2</HomeNrLow>
        <Street>sample string 1</Street>
      </mPropStreet>
      <mPropStreet>
        <HomeNrHigh>3</HomeNrHigh>
        <HomeNrLow>2</HomeNrLow>
        <Street>sample string 1</Street>
      </mPropStreet>
    </Streets>
  </mBRMConsumptionUnit>
  <mBRMConsumptionUnit>
    <Active>6.1</Active>
    <City>sample string 7</City>
    <Description>sample string 4</Description>
    <GeoLocation>
      <Latitude>1</Latitude>
      <Longitude>2</Longitude>
    </GeoLocation>
    <Id>295df7c0-e158-41f4-9192-c57f5fb34f64</Id>
    <Inactive>1.1</Inactive>
    <Index>3</Index>
    <Location>sample string 5</Location>
    <PropertyNr>2</PropertyNr>
    <Streets>
      <mPropStreet>
        <HomeNrHigh>3</HomeNrHigh>
        <HomeNrLow>2</HomeNrLow>
        <Street>sample string 1</Street>
      </mPropStreet>
      <mPropStreet>
        <HomeNrHigh>3</HomeNrHigh>
        <HomeNrLow>2</HomeNrLow>
        <Street>sample string 1</Street>
      </mPropStreet>
    </Streets>
  </mBRMConsumptionUnit>
</ArrayOfmBRMConsumptionUnit>