As new services are added and new collaboration features (between bank and broker) are defined we need to add new status codes without breaking the integration. Hence, from DokumentWs 7 and HendelseWs 6 document status is changes from an enum to a string. Customers integrating with these webservices must accept new, unknown values and handle new values gracefully and not fail because of them. Currently, the following document statuses are:
Status code | Description |
---|---|
SLETTET | Document is deleted |
OPPRETTET | Document is created |
UNDER_PART_SIGNERING | Document is awaiting customer signing |
PART_SIGNERT | Document is signed by customers |
MOTTATT_AV_MEGLER | Mortgage document sent to broker is received successfully |
SAMHANDLING_FEILET | Morgage document sent to broker failed for some cause. |
UNDER_SIGNERING | |
FJERNET_FRA_SIGNERING | |
SIGNERT | |
SENDT_TIL_TINGLYSING | Document is sent to Tinglysing |
UNDER_TINGLYSING | Document is received by the Tinglysing authorities (Statens Kartverk) |
SENDT_TIL_MEGLER | Mortgage document is sent to the broker |
TINGLYST | Document is tinglyst |
TINGLYSING_FEILET | Tinglysing failed |
|