Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

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 will return returns the BoligmappaNumber if the property is existing in Boligmappa.

Request

ApplicationName
ParameterTypeMandatory/OptionalCommentsMaximum character length/limitDescription

matrikkel

Matrikkel

Mandatory*

Not relevant

Matrikkel Input Model

housingCoopInputModel

HousingCoopInputModelhousingCoopInputModel

Mandatory*

Housing coop input model

Not relevant

housingCoopInputModel

applicationName

String

MandatoryApplication Name

Should be less than or equal to 260 characters

The title of the document

Notes:

  • Either It is mandatory to provide the matrikkelModel or the housingCoopInputModel is mandatory * .* 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 Boligmappa number 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 applicationName length is has exceeded the maximum allowed character limit allowed (10)

146

The application name applicationName is not set

167

You are not authorized to use this web method

169Only

one of the Matrikkel model or Housing coop info model should be providedProvide 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

...