File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,20 @@ can be found in the `errors` field of the response body. More information about
301
301
302
302
> Delete an existing Immobilie. The Haushaltsposition is referenced by the ` id ` .
303
303
304
+ ### Update Kind
305
+
306
+ ** addKind** ( vorgangsnummer String!, kind [ Kind] ( #kind ) ! ) -> [ BasicCreatedResponse] ( #basiccreatedresponse ) !
307
+
308
+ > Add a Kind to a Vorgang. The Response contains the ` id ` of the created Haushaltsposition. This ` id ` can be used to update or delete this Haushaltsposition.
309
+
310
+ ** updateKind** ( vorgangsnummer: String!, id: String!, kind [ Kind] ( #kind ) ! ) -> [ BasicResponse] ( #basicresponse ) !
311
+
312
+ > Update an existing Kind. The Haushaltsposition is referenced by the ` id ` .
313
+
314
+ ** deleteKind** ( vorgangsnummer: String!, id: String!) -> [ BasicResponse] ( #basicresponse ) !
315
+
316
+ > Delete an existing Kind. The Haushaltsposition is referenced by the ` id ` .
317
+
304
318
### Update Mietausgabe
305
319
306
320
** addMietausgabe** ( vorgangsnummer String!, mietausgabe [ Mietausgabe] ( #mietausgabe ) ! ) -> [ BasicCreatedResponse] ( #basiccreatedresponse ) !
@@ -680,6 +694,15 @@ In addition there is the value "SONSTIGE" ("other")
680
694
"wohnflaeche": Integer
681
695
}
682
696
697
+ ### Kind
698
+
699
+ {
700
+ "gehoertZuAntragsteller": Antragstellerzuordnung,
701
+ "kindergeldFuer": "ERSTES_ODER_ZWEITES_KIND" | "DRITTES_KIND" | "AB_VIERTEM_KIND",
702
+ "name": String,
703
+ "unterhaltseinnahmenMonatlich": BigDecimal
704
+ }
705
+
683
706
### Mietausgabe
684
707
685
708
{
You can’t perform that action at this time.
0 commit comments