...
Can the real estate broker given, received pantedokument. Determined by a lookup in Akeldo.
The pantedokument is uploaded to AFPant(Altinn) for the broker to download.
The pantedokument copy in etinglysing is changed from
PART_SIGNER
toSENDT_TIL_MEGLER
The response will contain
SENDT_TOTIL_MEGLER
:Code Block language xml <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:sendToRealEstateBrokerResponse xmlns:ns2="http://dokument.ws7.etinglysing.no/"> <return> <status> <created>2021-01-07T14:50:45.667+01:00</created> <documentStatusTinglysing/> <id>123321123</id> <statusCode>MOTTATT_AV_MEGLER</statusCode> <description>Pant - 4444/66/66// [G]</description> <reference>Customer reference</reference> </status> <type>PANTEDOKUMENT</type> <documentVersion>KARTVERKET</documentVersion> </return> </ns2:sendToRealEstateBrokerResponse> </soap:Body> </soap:Envelope>
...