Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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 the document was registered

dokumentnummer

The document number from the registry

referanse

Your reference for the document

The response will be a normal document response. The representation of the generated document, as described here Generate document .

Example of a request:

<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 kommunenummer="1201" 
                  dokumentaar="2017" 
                  dokumentnummer="123123"
                  referanse="demo"/> 
  </dok:generateSletting> 
 </soapenv:Body>
</soapenv:Envelope>
  • No labels