GET bbapi/afdeling/HentLejemaalsstatistikAar?afdelingNr={afdelingNr}&aar={aar}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
afdelingNr

string

Required

aar

string

None.

Body Parameters

None.

Response Information

Resource Description

LejemaalsstatistikAarResponse
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

data

Data20

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "data": {
    "afdelingNr": "sample string 1",
    "boligtyper": [
      "sample string 1",
      "sample string 2"
    ],
    "lejemaalsstatistikAarDetaljer": [
      {
        "maaned": "sample string 1",
        "fraflyttere": 2,
        "istandsættelsesudgifter": 1.0,
        "istandsættelsesudgifterAfdeling": 1.0,
        "gnsIstandsættelsesudgifter": 1.0,
        "gnsIstandsættelsesudgifterAfdeling": 1.0,
        "boligtyper": [
          {
            "maaned": "sample string 1",
            "boligtype": "sample string 2",
            "fraflyttere": 3,
            "istandsættelsesudgifter": 1.0,
            "istandsættelsesudgifterAfdeling": 1.0
          },
          {
            "maaned": "sample string 1",
            "boligtype": "sample string 2",
            "fraflyttere": 3,
            "istandsættelsesudgifter": 1.0,
            "istandsættelsesudgifterAfdeling": 1.0
          }
        ]
      },
      {
        "maaned": "sample string 1",
        "fraflyttere": 2,
        "istandsættelsesudgifter": 1.0,
        "istandsættelsesudgifterAfdeling": 1.0,
        "gnsIstandsættelsesudgifter": 1.0,
        "gnsIstandsættelsesudgifterAfdeling": 1.0,
        "boligtyper": [
          {
            "maaned": "sample string 1",
            "boligtype": "sample string 2",
            "fraflyttere": 3,
            "istandsættelsesudgifter": 1.0,
            "istandsættelsesudgifterAfdeling": 1.0
          },
          {
            "maaned": "sample string 1",
            "boligtype": "sample string 2",
            "fraflyttere": 3,
            "istandsættelsesudgifter": 1.0,
            "istandsættelsesudgifterAfdeling": 1.0
          }
        ]
      }
    ]
  }
}

application/xml, text/xml

Sample:
<LejemaalsstatistikAarResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Services.Domea.Dk.Models.BBAPI">
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
  <data>
    <Boligtyper xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </Boligtyper>
    <LejemaalsstatistikAarDetaljer>
      <LejemaalsstatistikAarDetaljer>
        <Boligtyper>
          <Boligtyper>
            <Boligtype>sample string 2</Boligtype>
            <Fraflyttere>3</Fraflyttere>
            <Istandsættelsesudgifter>1</Istandsættelsesudgifter>
            <IstandsættelsesudgifterAfdeling>1</IstandsættelsesudgifterAfdeling>
            <Maaned>sample string 1</Maaned>
          </Boligtyper>
          <Boligtyper>
            <Boligtype>sample string 2</Boligtype>
            <Fraflyttere>3</Fraflyttere>
            <Istandsættelsesudgifter>1</Istandsættelsesudgifter>
            <IstandsættelsesudgifterAfdeling>1</IstandsættelsesudgifterAfdeling>
            <Maaned>sample string 1</Maaned>
          </Boligtyper>
        </Boligtyper>
        <Fraflyttere>2</Fraflyttere>
        <GnsIstandsættelsesudgifter>1</GnsIstandsættelsesudgifter>
        <GnsIstandsættelsesudgifterAfdeling>1</GnsIstandsættelsesudgifterAfdeling>
        <Istandsættelsesudgifter>1</Istandsættelsesudgifter>
        <IstandsættelsesudgifterAfdeling>1</IstandsættelsesudgifterAfdeling>
        <Maaned>sample string 1</Maaned>
      </LejemaalsstatistikAarDetaljer>
      <LejemaalsstatistikAarDetaljer>
        <Boligtyper>
          <Boligtyper>
            <Boligtype>sample string 2</Boligtype>
            <Fraflyttere>3</Fraflyttere>
            <Istandsættelsesudgifter>1</Istandsættelsesudgifter>
            <IstandsættelsesudgifterAfdeling>1</IstandsættelsesudgifterAfdeling>
            <Maaned>sample string 1</Maaned>
          </Boligtyper>
          <Boligtyper>
            <Boligtype>sample string 2</Boligtype>
            <Fraflyttere>3</Fraflyttere>
            <Istandsættelsesudgifter>1</Istandsættelsesudgifter>
            <IstandsættelsesudgifterAfdeling>1</IstandsættelsesudgifterAfdeling>
            <Maaned>sample string 1</Maaned>
          </Boligtyper>
        </Boligtyper>
        <Fraflyttere>2</Fraflyttere>
        <GnsIstandsættelsesudgifter>1</GnsIstandsættelsesudgifter>
        <GnsIstandsættelsesudgifterAfdeling>1</GnsIstandsættelsesudgifterAfdeling>
        <Istandsættelsesudgifter>1</Istandsættelsesudgifter>
        <IstandsættelsesudgifterAfdeling>1</IstandsættelsesudgifterAfdeling>
        <Maaned>sample string 1</Maaned>
      </LejemaalsstatistikAarDetaljer>
    </LejemaalsstatistikAarDetaljer>
    <afdelingNr>sample string 1</afdelingNr>
  </data>
</LejemaalsstatistikAarResponse>