„api v1 intervention post_de“ ändern

mpeltriaux 2023-02-23 10:53:32 +01:00
parent 426cb6dd26
commit 4e3a9879e1

@ -1,7 +1,7 @@
## Spezifikation ## Spezifikation
### Eingriff ### Eingriff
#### Codes #### Codes
Folgende Attribute referenzieren die `atomId` eines oKey Eintrags für Eingriffe: Folgende Attribute referenzieren die `Id` eines oKey Eintrags für Eingriffe:
1. `registration_office` 1. `registration_office`
2. `conservation_office` 2. `conservation_office`
3. `process_type` 3. `process_type`
@ -59,16 +59,16 @@ Mit `POST` kann ein neuer Eingriff angelegt werden. Die Eingriffsdaten werden im
"conservation_office": "710138", "conservation_office": "710138",
"conservation_file_number": "ABC.123-5664", "conservation_file_number": "ABC.123-5664",
"handler": { "handler": {
"type": "710178", "type": "5466",
"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": "626841266", "process_type": "5678",
"laws": [ "laws": [
"710067" "123"
] ]
} }
} }