From 338f39d49a029c169f007aa673234f13d63d1ec1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:11:32 +0200 Subject: [PATCH] Release 2.73 - Precise documentation for list of all applications (#197) * Extend description of the fields at Antrag, which are not returned in the list of all applications * More precise description of the endpoints with Antraege * More precise description of filled fields in the list of all applications --------- Co-authored-by: Stefan Koch --- README.md | 15 +++++++++++++-- docs/index.html | 50 ++++++++++++++++++++++++++----------------------- swagger.json | 44 ++++++++++++++++++++++++------------------- swagger.yaml | 36 ++++++++++++++++++----------------- 4 files changed, 84 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index 040db42..9d22d79 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ To start tests begin with [Get a list of applications](#get-a-list-of-applicatio ## Segments of Antragsnummer -Europace is a multi-lender plattform. For this case antragsnummer is segmented by / for different solutions and applications +Europace is a multi-lender plattform. +For this case antragsnummer is segmented by / for different solutions and applications. Example: `ABC12F/2/1` @@ -89,7 +90,7 @@ Furthermore maybe: \ ## Get all the data you need for approval -### Get a list of applications +### Get a list of all applications As loan provider, you'll get a list of all your applications, sorted by lastChanged, paged and filterable. @@ -160,6 +161,16 @@ You can filter the results by using the following parameters: - aenderungSeit (lastChangeUntil for getting all changes after the last call) - and many more - see documentation +Please note that in the list of all applications only the following fields are filled in (if data is available): + +- `antragsNummer` +- `antragsReferenz` +- `datenKontext` +- `entscheidungsreifeVomVertriebSignalisiert` +- `letzteAenderung` +- `letztesEreignis` +- `zeitpunktDerAnnahme` + #### Get all applications changed since Example request: diff --git a/docs/index.html b/docs/index.html index d262df2..ef9728c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -463,9 +463,9 @@

Anträge API