Versions Compared

Key

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

generateSletting is to be used for deleting documents from the registry. You put in information about the document you want to delete.

Field

Explaination

kommunenummer

The official number of the municipality. Only needed for cadaster (Deprecated: use embetenummer instead)

embetenummer

The office number from Grunnboken

dokumentaar

The year of the document was registered document to be deleted

dokumentnummer

The document number from the registry

referanse

The Your reference for the document

...

Example of a request:

Code Block
languagexml
<soapenv:Envelope 
  xmlns:dok="http://dokument.ws7.etinglysing.no/" 
  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
 <soapenv:Header/>
 <soapenv:Body>
  <dok:generateSletting> 
    <dok:sletting kommunenummerembetenummer="1201200" 
                  dokumentaar="2017" 
                  dokumentnummer="123123"
                  referanse="demo"/> 
  </dok:generateSletting> 
 </soapenv:Body>
</soapenv:Envelope>

...