From f206232944f76b1a905c30253efb460497732914 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Wed, 27 Apr 2022 10:20:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eapi=20v1=20ecoaccount=20json=20propert?= =?UTF-8?q?ies=20de=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-v1-ecoaccount-json-properties-de.md | 26 ++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/api-v1-ecoaccount-json-properties-de.md b/api-v1-ecoaccount-json-properties-de.md index 8513992..94c6932 100644 --- a/api-v1-ecoaccount-json-properties-de.md +++ b/api-v1-ecoaccount-json-properties-de.md @@ -60,14 +60,14 @@ Der Aufbau der Ökokonto Attribute ähnelt in weiten Teilen [dem der Kompensatio ] ], "properties": { - "title": "Ökokonto 123", + "title": "Tolles Ökokonto", "deductable_surface": 10000.0, "responsible": { - "conservation_office": "710138", + "conservation_office": null, "conservation_file_number": "123-TEST", "handler": { - "type": "710185", - "detail": null + "type": "710178", + "detail": "Firma Mustermann234" } }, "legal": { @@ -76,18 +76,28 @@ Der Aufbau der Ökokonto Attribute ähnelt in weiten Teilen [dem der Kompensatio "before_states": [ { "biotope": "136155", + "biotope_details": [ + "138046", + "161751" + ], "surface": 10000.0 } ], "after_states": [ { "biotope": "136156", + "biotope_details": [], "surface": 10000.0 } ], "actions": [ { - "action": "709234", + "action_types": [ + "709297", + "709289", + "709299" + ], + "action_details": [], "amount": 1.0, "unit": "cm", "comment": "" @@ -96,6 +106,8 @@ Der Aufbau der Ökokonto Attribute ähnelt in weiten Teilen [dem der Kompensatio "deadlines": [] } } + + ``` @@ -136,8 +148,8 @@ Der Aufbau der Ökokonto Attribute ähnelt in weiten Teilen [dem der Kompensatio * Aufbau identisch zu `before_states` * `actions` (list): * Enthält Informationen zu einer Menge von konkreten Maßnahmen, welche durchgeführt wurden, um die beschriebene Biotopveränderung zu bewirken -* `action.action` (str): - * Identifiziert eindeutig eine Maßnahme +* `action.action_types` (list): + * Identifiziert eindeutig eine Menge von Maßnahmen, die zusammengehörig durchgeführt werden * `action.action_details` (str): * Identifiziert eindeutig eine Menge von Zusatzmerkmalen, welche der Maßnahme zugeordnet werden können * `action.amount` (float):