Changelog - data models and interfaces

This page contains information regarding changes to data models and interfaces including schemas. The change log contains description of changes introduces after May 17th 2023.

Editor: Kurt Hansen

Status

Date

Change

Description

Responsible

Status

Date

Change

Description

Responsible

Gennemført

28-06-2024

Data model for Akkreditiv v1.1.0

Akkreditiv v1.1.0 deployed to production with the following changes:

Data model diagrams and documentation updated for:

  • Added attribute: gyldigFraTvivlsom

  • Adjusted definition of: CprNr

  • Updated note for: mailboxID

  • Updated generel comments about URI’s

Kurt Hansen

Gennemført

17-03-2024

Data model documentation for Gæld og Betaling v1.0.0

Documentation of how to use the Saldo data model element elaborated. No changes to entities or attributtes.

Kurt Hansen

Completed

18-03-2024

Data model documentation for Gæld og Betaling v1.0.0

Detailed the documentation of the Saldo entity in the data model document. A documentation note is also inserted in the diagrams. The elaboration describes the business content of the entity and when/how to use the entity in relation with entity Fordring. The change is a documentation change only and no changes are made to entities, relations or attributtes.

Kurt Hansen

Completed

17-06-2023

Spelling error corrected in XSD skema for Gæld og Betaling

Name of “saldo.periodtil” changed to “saldo.periodetil” in the XSD schema. JSON schema had correct spelling and no change required. No change in versions of the schema was made.

Kurt Hansen

Completed

16-06-2023

Spelling error corrected in mapping of Gæld og Betaling

Name of “Fordring.fordringstekst” change to “Fordring.fordringtekst”, meaning the “s” was deleted.

Kurt Hansen

Completed

12-06-2023

Bug fix in XSD og JSON schemas for Akkreditiv

Version change from v1.0.0 to v1.1.0

Change to the XSD schema:

  • Attribute “udstedtaf” in entity Akkreditiv changed to “udstedtAf”

Change to the JSON schema:

  • Attribute “udstedtaf” in entity Akkreditiv changed to “udstedtAf”

Kurt Hansen

Completed

17-05 2023

Minor error corrected in JSON schema for økonomiske ydelser (v1.0.0)

  • The attribute ”ydelsesnavnbeskrivelse” in the JSON schema corrected by deleting leading space character, so JSON and XSD schemas are identical

  • ”effektuering.kontaktinformation” changed to be a list/array instead of single element.

Kurt Hansen

Completed

17-05 2023

Minor error corrected in JSON and XSD schemas for gæld og betalinger (v1.0.0)

Change to the XSD schema:

  • InfoArtikel changed to “unbounded”

Changes to the JSON schema:

  • for ”kontakt” is the kapital “K” changed to lower case “k”

  • the reference from DebitorkontoListe to FordringType corrected to FordringListeType

Kurt Hansen