General information
The two operations listHendelser
and listHendelserMedStatus
have only minor changes. Most input parameters and response values that are of an enumerated type in version 5 are changed to String values (xs:string
) in version 6. The increasingly collaboration between banks and real estate brokers requires new values and changing the enumerated type can be regarded as a braking change. Two document statuses are added related to bank-broker collaboration, see below.
Important
We will add new values to these types and the client (you) should not fail on receiving unknown values! We recommend to log unknown values and not fail the parsing on the client side.
Input values for listHendelser and listHendelserMedStatus
These two operations have the same input/query parameters and will be
Query parameters maxAntall
, fraHendelsesId
and fraTidspunkt
are unchanged.
Query parameter statuser
changes data type from wsDokumentStatus
to String
. This is done to enable us to add new status values without braking the Api (changing the enum type).
Valid status values in time of writing are:
UTFYLT,
OPPRETTET,
UNDER_PART_SIGNERING,
PART_SIGNERT,
MOTTATT_AV_MEGLER (new),
SAMHANDLING_FEILET (new),
UNDER_SIGNERING,
FJERNET_FRA_SIGNERING,
SIGNERT,
SENDT_TIL_TINGLYSING,
SENDT_TIL_MEGLER,
UNDER_TINGLYSING,
TINGLYST,
TINGLYSING_FEILET,
FJERNET_FRA_TINGLYSING;
Query param typer:
Type changed from hendelsesType to String.
Valid event types are:
STATUSOVERGANG,
DOKUMENT_OPPRETTET,
DOKUMENT_FJERNET,
PREREQUISITE_OPPRETTET,
PREREQUISITE_SLETTET;
Query parameter kilde changed type from wsDokumentKilde to String
NETTLESER,
INTEGRASJON,
ALLE;
Response:
In the response type hendelse in listHendelserResponse the following changes are:
property type
has changed type from hendelsesType
to String
The fields nyStatus
and gammelStatus
has changed type from wsDokumentStatus
to String
.
============================
Above changes for both listHendelserMedStatus
the field statusCode
in documentStatus
changes type from documentStatusCode
to String
Values are :
SLETTET,
OPPRETTET,
UNDER_PART_SIGNERING,
PART_SIGNERT,
MOTTATT_AV_MEGLER (new),
SAMHANDLING_FEILET (new),
UNDER_SIGNERING,
FJERNET_FRA_SIGNERING,
SIGNERT,
SENDT_TIL_TINGLYSING,
UNDER_TINGLYSING,
SENDT_TIL_MEGLER,
TINGLYST,
TINGLYSING_FEILET,
FJERNET_FRA_TINGLYSING;