Anträge API (2.78)

Download OpenAPI specification:Download

As a loan provider get all the data of your applications for highly effective validations and approvals.

Antraege

All about mortage-applications and -approvals.

get list of all applications

As loan provider, you'll get a list of all your applications, sorted by lastChanged, paged and filterable.

Authorizations:
oauth_securityoauth_security
query Parameters
datenKontext
string
Default: "ECHT_GESCHAEFT"
Enum: "TEST_MODUS" "ECHT_GESCHAEFT"

usage mode

angenommenNach
string
Example: angenommenNach=2016-03-11T10:57:45Z

filter by created after, date as ISO Format UTC - Zulu

angenommenVor
string
Example: angenommenVor=2016-03-11T10:57:45Z

filter by created before, date as ISO Format UTC - Zulu

antragsReferenz
string

filter by your own reference

sort
string
Default: "absteigend"

sort mode, default descending

page
integer <int32>
Default: 0
limit
integer <int32>
Default: 10
produktAnbieter
string

filter by loan provider

aenderungSeit
string
Example: aenderungSeit=2016-03-11T10:57:45Z

filter by changes since, date as ISO Format UTC - Zulu

aenderungBis
string
Example: aenderungBis=2016-03-11T10:57:45Z

filter by changes until, date as ISO Format UTC - Zulu

Responses

Response samples

Content type
application/json
{
  • "_links": {
    },
  • "antraege": [
    ]
}

get list of all applications of a case

As advisor, you'll get a list of all applications of your case.

Authorizations:
oauth_securityoauth_security
path Parameters
vorgang
required
string
Example: AB1234

case-id

Responses

Response samples

Content type
application/json
{
  • "_links": {
    },
  • "antraege": [
    ]
}

get list of approvals of an application

As loan Provider, you'll get a list of approvals with data for validation and decision.

Authorizations:
oauth_securityoauth_security
path Parameters
vorgang
required
string
Example: AB1234

case-id

antrag
required
integer <int32>
Example: 3

iterator-solution

Responses

Response samples

Content type
application/json
{
  • "_links": {
    },
  • "antraege": [
    ]
}

get application

As loan Provider, you'll get all data of an application for validation and decision.

Authorizations:
oauth_securityoauth_security
path Parameters
vorgang
required
string
Example: AB1234

case-id

antrag
required
integer <int32>
Example: 3

iterator-solution

teilantrag
required
integer <int32>
Example: 1

iterator-application

Responses

Response samples

Content type
application/json
{
  • "_links": {
    },
  • "angebot": {
    },
  • "ansprechpartner": {
    },
  • "antragsNummer": "string",
  • "antragsReferenz": "string",
  • "beratung": {
    },
  • "datenKontext": "TEST_MODUS",
  • "dokumente": [
    ],
  • "entscheidungsreifeVomVertriebSignalisiert": true,
  • "kreditSachbearbeiter": {
    },
  • "letzteAenderung": "2019-08-24T14:15:22Z",
  • "letztesEreignis": "2019-08-24T14:15:22Z",
  • "produktAnbieter": {
    },
  • "prolongation": true,
  • "status": {