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 2 Next »

What’s changed

The endpoint URLs are changed; where version 5 had a digit 5, version 6 has the digit 6 (smile)

Enumerated data types changed to String

As the collaboration between banks and real estate brokers continue to evolve, Ambita must be able to add new values to enumeration. Changing the enumerated type can be regarded as a braking change and can lead to parsing errors if the client code was generated based on an old enumerated type. Making the data types strings (xs:string) will allow us to add new values without braking changes.

Two added document statuses

Document status in version 6 has two new statuses, both related to bank-broker collaboration. The new values are MOTTATT_AV_MEGLER and SAMHANDLING_FEILET.

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.

Enumerated types changed to string

WsDocumentStatus

These values are used both for input and response. Valid status values in time of writing are:

  • UTFYLT

  • OPPRETTET

  • UNDER_PART_SIGNERING

  • PART_SIGNERT

  • MOTTATT_AV_MEGLER (ADDED IN V6 )

  • SAMHANDLING_FEILET (ADDED IN V6)

  • UNDER_SIGNERING

  • FJERNET_FRA_SIGNERING

  • SIGNERT

  • SENDT_TIL_TINGLYSING

  • SENDT_TIL_MEGLER

  • UNDER_TINGLYSING

  • TINGLYST

  • TINGLYSING_FEILET

  • FJERNET_FRA_TINGLYSING

HendelsesType

Event types changed from hendelsesType to string. Valid event types are:

  • STATUSOVERGANG

  • DOKUMENT_OPPRETTET

  • DOKUMENT_FJERNET

  • PREREQUISITE_OPPRETTET

  • PREREQUISITE_SLETTET

Kilde

Query parameter kilde changed type from wsDokumentKilde to String. Valid sources are:

  • NETTLESER (actions performed in the UI)

  • INTEGRASJON (actions done through WebService)

  • ALLE

  • No labels