Skip to content

Commit

Permalink
refactor: add new zaaktype basics
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Apr 9, 2024
1 parent c0ff2ed commit cb7aa29
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions src/main/configurations/morcore2ultimo/responses/ZaakTypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,30 @@
</self>
</_links>
<uuid>xxxx-yyyy-zzz</uuid>
<omschrijving>Ophalen grofvuil groot</omschrijving>
<toelichting>Grofvuil wordt opgehaald met een knijpkraan. Geschikt voor bijvoorbeeld grote kasten, koelkast, wasmachine.</toelichting>
<omschrijving>rioolaansluiting verstopping</omschrijving>
<toelichting>rioolaansluiting verstopping</toelichting>
<additionele_informatie />
</items>
<items>
<_links>
<self>
<href>https://taakapplicatie.tld/taaktypes/xxxx-yyyy-zzz</href>
</self>
</_links>
<uuid>xxxx-yyyy-zzz</uuid>
<omschrijving>hoofdriool</omschrijving>
<toelichting>hoofdriool</toelichting>
<additionele_informatie />
</items>
<items>
<_links>
<self>
<href>https://taakapplicatie.tld/taaktypes/xxxx-yyyy-zzz</href>
</self>
</_links>
<uuid>xxxx-yyyy-zzz</uuid>
<omschrijving>stankoverlast</omschrijving>
<toelichting>stankoverlast</toelichting>
<additionele_informatie />
</items>
<items>
Expand All @@ -18,13 +40,13 @@
</self>
</_links>
<uuid>aaaa-ssss-dddd</uuid>
<omschrijving>Repareren straatverlichting</omschrijving>
<toelichting>Verlichting in lichtmast doet het niet. Niet gebruiken voor gevaarlijke situaties.</toelichting>
<omschrijving>straatkolk verstopt</omschrijving>
<toelichting>straatkolk verstopt</toelichting>
<additionele_informatie>
<veld>lichtmast nummer</veld>
<veld>example value</veld>
</additionele_informatie>
<additionele_informatie>
<veld>werking gecontroleerd in observ</veld>
<veld>example value</veld>
</additionele_informatie>
</items>
</root>

0 comments on commit cb7aa29

Please sign in to comment.