Skip to content

Commit

Permalink
Add bonitaetsrechnung (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangRongLin authored Oct 24, 2024
1 parent 25d1944 commit 3fcd54a
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,8 @@ In addition there is the value "SONSTIGE" ("other")
"identifikationAntragsteller2" : Identifikation,
"machbarkeit": {
"status": "MACHBAR" | "MACHBAR_UNTER_VORBEHALT" | "NICHT_MACHBAR"
}
},
"bonitaetsrechnung": Bonitaetsrechnung
}

The field `ausgehaendigtAm` shows only the timestamp of the most recent issuing of the Antrag.
Expand Down Expand Up @@ -783,6 +784,29 @@ The percentage values (`effektivzins`, `sollzins`) are based on 100 (`1.23` inst

The field `antragstellername` contains the name in the format "\<first name\> \<last name\>".

#### Bonitaetsrechnung

{
einnahmen: BonitaetsrechnungGroup
ausgaben: BonitaetsrechnungGroup
total: String
}

##### BonitaetsrechnungGroup

{
positions: [BonitaetsrechnungPosition]
total: String
}

##### BonitaetsrechnungPosition

{
label: String
value: String
}


## Terms of use

The APIs are made available under the following [Terms of Use](https://docs.api.europace.de/terms/).

0 comments on commit 3fcd54a

Please sign in to comment.