...
The endpoint URLs are changed; where version 5 had a digit 5, version 6 has the digit 6
Beta | Production | |
---|---|---|
Endpoint | ||
WSDL |
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 breaking 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 breaking changes.
Two added document statuses
...
These two are now reduced to one enum value (of type string) and the same values are used both for input and response. Valid status values in time of writing are:
...
UTFYLT (
Status | ||||
---|---|---|---|---|
|
...
OPPRETTET
...
UNDER_PART_SIGNERING
...
PART_SIGNERT
...
MOTTATT_AV_MEGLER (
Status | ||||
---|---|---|---|---|
|
...
SAMHANDLING_FEILET (
Status | ||||
---|---|---|---|---|
|
...
UNDER_SIGNERING
...
FJERNET_FRA_SIGNERING
...
SIGNERT
...
SENDT_TIL_TINGLYSING
...
SENDT_TIL_MEGLER
...
UNDER_TINGLYSING
...
TINGLYST
...
TINGLYSING_FEILET
...
See Document Status Codes for possible values.
hendelsesType
Event types changed from hendelsesType
to string. Valid event types are:
...