From 93fd141c5bf68a326888b3da66a10a3d8587f9c0 Mon Sep 17 00:00:00 2001 From: Yildiz-Ercan <86687000+Yildiz-Ercan@users.noreply.github.com> Date: Mon, 21 Feb 2022 11:01:35 +0100 Subject: [PATCH] add new mutations addUnterhaltsverpflichtung, updateUnterhaltsverpflichtung and deleteUnterhaltsverpflichtung (#40) * add new mutations addUnterhaltsverpflichtung, updateUnterhaltsverpflichtung and deleteUnterhaltsverpflichtung * typo fix Co-authored-by: Susanne Grell Co-authored-by: Susanne Grell --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index f720422..d120e6b 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,20 @@ can be found in the `errors` field of the response body. More information about > Delete an existing private Krankenversicherung. The Haushaltsposition is referenced by the `id`. +### Update Unterhaltsverpflichtung + +**addUnterhaltsverpflichtung** ( vorgangsnummer String!, unterhaltsverpflichtung [Unterhaltsverpflichtung](#unterhaltsverpflichtung)! ) -> [BasicCreatedResponse](#basiccreatedresponse)! + +> Add an Unterhaltsverpflichtung to a Vorgang. The Response contains the `id` of the created Haushaltsposition. This `id` can be used to update or delete this Haushaltsposition. + +**updateUnterhaltsverpflichtung** ( vorgangsnummer: String!, id: String!, unterhaltsverpflichtung [Unterhaltsverpflichtung](#unterhaltsverpflichtung)! ) -> [BasicResponse](#basicresponse)! + +> Update an existing Unterhaltsverpflichtung. The Haushaltsposition is referenced by the `id`. + +**deleteUnterhaltsverpflichtung** ( vorgangsnummer: String!, id: String!) -> [BasicResponse](#basicresponse)! + +> Delete an existing Unterhaltsverpflichtung. The Haushaltsposition is referenced by the `id`. + ## Update Finanzbedarf ### Hints @@ -686,6 +700,13 @@ In addition there is the value "SONSTIGE" ("other") "wichtig": Boolean } +### Unterhaltsverpflichtung + + { + "antragstellerIds": [ String ], + "betragMonatlich": BigDecimal + } + ### Wohnsituation {