api v1 intervention post_de aktualisiert

mpeltriaux 2025-01-21 13:42:51 +01:00
parent 68db16033b
commit 797f787b70

@ -54,26 +54,27 @@ Mit `POST` kann ein neuer Eingriff angelegt werden. Die Eingriffsdaten werden im
"properties": { "properties": {
"title": "Tolles Baugebiet", "title": "Tolles Baugebiet",
"responsible": { "responsible": {
"registration_office": "1764986", "registration_office": "1958913",
"registration_file_number": "XYZ.665-123", "registration_file_number": "XYZ.665-123",
"conservation_office": "710138", "conservation_office": "1944331",
"conservation_file_number": "ABC.123-5664", "conservation_file_number": "ABC.123-5664",
"handler": { "handler": {
"type": "5466", "type": "1956138",
"detail": "Firma Mustermann234" "detail": "Firma Mustermann234"
} }
}, },
"legal": { "legal": {
"registration_date": "2021-12-27", "registration_date": "2021-12-27",
"binding_date": "2022-01-21", "binding_date": "2022-01-21",
"process_type": "5678", "process_type": "1944912",
"laws": [ "laws": [
"123" "1935994"
] ]
} }
} }
} }
``` ```