Skip to content

Commit

Permalink
More precise description of filled fields in the list of all applicat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
unstko committed Jun 12, 2024
1 parent 4a9f977 commit 84b09b0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 84b09b0

Please sign in to comment.