...
Drawio |
---|
zoom | 1 |
---|
simple | 0 |
---|
inComment | 0 |
---|
pageId | 1910374541 |
---|
custContentId | 1914044537 |
---|
lbox | 1 |
---|
diagramDisplayName | flowchart-send-pant.drawio |
---|
contentVer | 12 |
---|
revision | 12 |
---|
baseUrl | https://ambita.atlassian.net/wiki |
---|
diagramName | flowchart-send-pant.drawio |
---|
pCenter | 0 |
---|
width | 1071 |
---|
links | |
---|
tbstyle | |
---|
height | 721 |
---|
|
Send pantedokument to an Ambita broker
Drawio |
---|
zoom | 1 |
---|
simple | 0 |
---|
inComment | 0 |
---|
pageId | 1910374541 |
---|
custContentId | 1914110038 |
---|
lbox | 1 |
---|
diagramDisplayName | flowchart-send-pant-to-ambitabroker.drawio.drawio |
---|
contentVer | 2 |
---|
revision | 2 |
---|
baseUrl | https://ambita.atlassian.net/wiki |
---|
diagramName | flowchart-send-pant-to-ambitabroker.drawio.drawio |
---|
pCenter | 0 |
---|
width | 773 |
---|
links | |
---|
tbstyle | |
---|
height | 321 |
---|
|
If it is an Ambita broker and the settlement exists, the response is immediate and will contain the status MOTTATT_AV_MEGLER
:
Code Block |
---|
<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> |