GetBoligmappaNumber

Description

This method is used to confirm that a property is registered in the Boligmappa system. If the property is available in Boligmappa, this method returns the BoligmappaNumber.

Request

ParameterTypeMandatory/OptionalMaximum character length/limitDescription

matrikkel

Matrikkel

Mandatory*

Not relevant

Matrikkel Input Model

housingCoopInputModel

housingCoopInputModel

Mandatory*

Not relevant

housingCoopInputModel

applicationName

String

Mandatory

Should be less than or equal to 260 characters

The title of the document

Notes:

  • It is mandatory to provide the matrikkelModel or the housingCoopInputModel.* Provide only one of the models. 

Request - sample input

<GetBoligmappaNumber>
  <MethodParameters>
    <UserAuthentication>
      <UserName>username</UserName>
      <Password>password</Password>
      <AnyAttr attr0="XmlAttributeArray" isNull="false">
        <XmlAttributeArray0>System.Xml.XmlAttribute</XmlAttributeArray0>
      </AnyAttr>
    </UserAuthentication>
    <matrikkel>
      <Knr>704</Knr>
      <Gnr>139</Gnr>
      <Bnr>53</Bnr>
      <Fnr>0</Fnr>
      <Snr>1</Snr>
    </matrikkel>
    <housingCoopInputModel>
      <OrganizationNumber>0</OrganizationNumber>
      <ShareNo>0</ShareNo>
    </housingCoopInputModel>
    <applicationName>test</applicationName>
  </MethodParameters>
</GetBoligmappaNumber>

Response

TypeDescription

string

The BoligmappaNumber for the property; or an empty string if the property is not available

 

Response - sample output

<GetBoligmappaNumber>
  <MethodParameters>
    <String>AAA5296</String>
  </MethodParameters>
</GetBoligmappaNumber>

Exceptions

Error CodeDescription

110

Input parameters contain null or invalid data

123

An exception occured while processing your request

138

applicationName length has exceeded the maximum character limit allowed (10)

146

The applicationName is not set

167

You are not authorized to use this method

169

Provide only one model. Either the matrikkelModel or the housingCoopInputModel

170

Given is a matrikkel of a Housing cooperative. You cannot uniquely identify a housing coop share using matrikkel. Please input the housingCoopInputModel