Versions Compared

Key

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

...

Figure 7 Collaboration overview

...

New, easier flow with Etinglysing version 51.38

From version 51.38 of Etinglysing, the new method sendToRealEstateBroker makes it transparent for the integrator (bank) whether the broker is an Ambita broker or not. Banks can always use flow DOKUMENT_TIL_OPPGJOER when generating the pantedokument and the new method sendToRealEstateBrokerwhen sending it to the broker.

Code Block
sendToRealEstateBroker(
  long documentIDdocumentId,
  Base64String sdobrokerOrganizationNumber,
  Base64 priorityPrerequisiteDocumentpantedokumentSdo,
  StringBase64 epsSettlementIDprerequisiteDocument,
  String altinnOrganizationIDprerequisiteDocumentMimeType
)

Input:

...

generate action

Parameter

Required

Description

documentId

true

The unique id returned from the

SDO

(optional) generatePantedokument action

brokerOrganizationNumber

true

This is the organization number of the broker that the pantedokument should be sent to..

pantedokumentSdo

false

The Signed Data Object representation of the document. Could also be set in any of the actions the sets the SDO back to us; pantedokument. Only needed if it is not set previously using setSDO or setSDOList actions.

prerequisiteDocument

Priority Prerequisite Document

(optional) false

The terms from the bank to the broker as PDF or as an xml XML document according to the standard defined by DSVE If the generatePrerequisite has been called prior, there is no need to specify this unless you want to override the prerequisite previous generated.

EPS Settlement ID

(optional) Explicit ID of the settlement selected in advance. To further benefit from the EPS services, the bank may utilize the content of the EPS settlement earlier in the loan process. If the coupling has already taken place, this can be used to dictate www.etinglysing.no were to send the document

Altinn Organization ID

(optional) This is the organization number of the broker that only is available through the Altinn Formidlingstjeneste. When this field contains a valid organization number it will attempt to send the document to the broker. Currently this service is a one-way street from the bank to the broker to enable registration of deeds/packages. If the generatePrerequisite has been called prior, there is no need to specify organization id, it is allready entered in the prerequisite letterprerequisiteDocumentMimeType

false

Format of prerequisite document. Must be set if prerequisiteDocument is present. Supported types are “XML” and “PDF”.

This service requires the documentID from the generate call, the signed version of that document and the pre-requisites pdf-bytes (optional)generatePantedokument call and the broker’s organization number. When called www.etinglysing.no will push the signed document to the relevant EPC EPS settlement, if found . The document would be coupled to the relevant EPS settlement at any time in its lifetime. (for Ambita’s brokers). If no settlement process is found at the time of creation, this service will try to do the coupling based on the content of the documentwhen sendToRealEstateBroker is called, the pantedokument (and prerequisite letter, if any) will be sent to the broker using the Afpant channel (Non-Ambita brokers).

Note that there is no need to generate a foelgebrev for a document that is to be sent to the broker, as this will be done by the broker.

If a prerequisite document is generated beforehand using generatePrerequisite method, it will be sent to the broker along with the pantedokument, no need to include it when calling sendToRealEstateBroker. Include prerequisite document in sendToRealEstateBrokeronly if:

  • You want to override the previously generated one.

  • You want to send a custom prerequisite letter.