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 | |
OPPRETTET | |
UNDER_PART_SIGNERING | |
PART_SIGNERT | |
MOTTATT_AV_MEGLER | |
SAMHANDLING_FEILET | |
UNDER_SIGNERING | |
FJERNET_FRA_SIGNERING | |
SIGNERT | |
SENDT_TIL_TINGLYSING | |
UNDER_TINGLYSING | |
SENDT_TIL_MEGLER | |
TINGLYST | |
TINGLYSING_FEILET | |
FJERNET_FRA_TINGLYSING |