Page:
api v1 deduction put_de
Pages
EGON
Home
Home_en
api v1 compensation delete_de
api v1 compensation get_de
api v1 compensation json properties de
api v1 compensation post_de
api v1 compensation put_de
api v1 deduction delete_de
api v1 deduction get_de
api v1 deduction json properties de
api v1 deduction post_de
api v1 deduction put_de
api v1 ecoaccount delete_de
api v1 ecoaccount get_de
api v1 ecoaccount json properties de
api v1 ecoaccount post_de
api v1 ecoaccount put_de
api v1 ema delete_de
api v1 ema get_de
api v1 ema json properties de
api v1 ema post_de
api v1 ema put_de
api v1 intervention check_de
api v1 intervention delete_de
api v1 intervention get_de
api v1 intervention json properties de
api v1 intervention post_de
api v1 intervention put_de
api v1 share get_de
api v1 share put_de
api_de
custom commands
features
features_de
features_en
generate_report_de
konova codes
recalculate_parcels_de
technical documentation
technical documentation_de
2
api v1 deduction put_de
Michel Peltriaux edited this page 2022-01-28 15:51:06 +01:00
Table of Contents
Spezifikation
Ökokonto Abbuchung
Achtung: Durch das Erstellen/Verändern/Löschen einer Ökokonto Abbuchung wird der Prüfstatus des zugehörigen Eingriffs zurückgesetzt. Eine Prüfung muss anschließend erneut durchgeführt werden.
PUT
Mit PUT
kann eine Ökokonto Abbuchung überarbeitet werden. Die Kompensationsdaten werden im Request body als application/json
gesendet. War der Request erfolgreich, erhält der Sender die id
des überarbeiteten Eintrags.
/api/v1/deduction/<uuid>
Beispiel Body
{
"eco_account": "3e7acd84-bb67-408d-886e-91004c319f38",
"surface": 152200.0,
"intervention": "75c656e3-fdb9-46d5-bbd2-8dd26b6d295f"
}
Beispiel Response
{
"id": "5ed582e0-b895-44c9-a6c9-211f0f546726"
}