Versions Compared

Key

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

The integrator initiates the process by sending a data structure (as described in the WSDL) to the web service. Etinglysing will return an object containing the document itself, a reference to the document in etinglysing and some key information about it.

Drawio
zoom1
simple0
zoominComment10
inCommentpageId01202192544
custContentId1446314098
pageIdlbox12021925441
diagramDisplayNameNormal flow
lbox1
contentVer1
revision1
baseUrlhttps://ambita.atlassian.net/wiki
diagramNameNormal flow
pCenter0
width401
links
tbstyle
height281

...

Code Block
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:generatePantedokumentResponse xmlns:ns2="http://dokument.ws7.etinglysing.no/">
         <return>
            <status>
               <created>2018-09-06T14:09:34.710+02:00</created>
               <id>15742141</id>
               <statusCode>OPPRETTET</statusCode>
            </status>
            <documentHolder>
               <content>PEJhbmtJRFhNT...</content>
               <format>BIDXML</format>
               <type>PANTEDOKUMENT</type>
            </documentHolder>
            <documentVersion>KARTVERKET</documentVersion>
         </return>
      </ns2:generatePantedokumentResponse>
   </soap:Body>
</soap:Envelope>
Drawio
zoom1
simple0
zoominComment10
inCommentpageId01202192544
custContentId1446281352
pageIdlbox12021925441
diagramDisplayNameDiagram uten navn.drawiolbox1
contentVer1
revision1
baseUrlhttps://ambita.atlassian.net/wiki
diagramNameDiagram uten navn.drawio
pCenter0
width501
links
tbstyle
height331

...

There are four types of roles:

Role

Description

BORTFESTER

The land owner that lease out land
(feste)). Only relevant for deeds.

RETTIGHETSHAVER_I_URAADIGHET

A legal person is blocking registration
unless his consent is given (signature on the document)

UTSTEDER

The seller is not the land owner
(only relevant for deeds)

PANTSETTER

The legal person if not equal to the land owner
(hjemmelshaver)

In V7 this is put outside the property, hence yields the whole document (across all properties)

...