{"collection": {"_": {"postman_id": "e6a8882b-70ac-48be-8a1a-ca9f83b3ea9e", "exporter_id": "1681967"}, "item": [{"id": "2c32c3b4-29c8-4f76-b9cc-6aa7e41ecb50", "name": "setUp", "item": [{"id": "40281f62-0943-4342-87c5-6ba254efae97", "name": "Generate JWT for collection", "request": {"url": {"host": ["{{token-issuer_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"clientIds\": [\n \"allthescopesarebelongtous222223132532\"\n ],\n \"secret\": \"sosecret\",\n \"label\": \"user\",\n \"heeftAlleAutorisaties\": true,\n \"autorisaties\": []\n}", "options": {"raw": {"language": "json"}}}, "auth": {"type": "noauth", "noauth": []}}, "response": [], "event": [{"listen": "test", "script": {"id": "8d62daf1-1e28-4241-ac69-2ac2cc173974", "type": "text/javascript", "exec": [" const extractedValue = pm.response.json().authorization", " var bearer_and_token = extractedValue.split(' ');", " var jwt_token = bearer_and_token[1]", "pm.globals.set(\"jwt_token\",jwt_token)"], "_lastExecutionId": "07fd0b2a-2612-4311-8371-82b173a75e46"}}]}, {"id": "aa4a2ef9-ee57-44d4-b906-c4ea9b8e772a", "name": "Delete Applicatie for AC tests", "request": {"url": {"path": ["applicaties"], "host": ["{{ac_url}}"], "query": [{"key": "clientIds", "value": "test_id_oas_tests"}], "variable": []}, "method": "GET", "auth": {"type": "bearer", "bearer": [{"type": "string", "value": "{{jwt_token}}", "key": "token"}]}}, "response": [], "event": [{"listen": "test", "script": {"id": "ca1b7152-7efb-4f96-b239-752c9687fbfb", "type": "text/javascript", "exec": ["var results = pm.response.json().results;", "if(results.length > 0) {", " for(i=0; i<results.length; i++) {", " if(results[i].clientIds.includes(\"test_id_oas_tests\")) {", " pm.sendRequest({", " \"url\": results[i].url,", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", "}", "", "pm.globals.unset(\"selectielijst_page\")"], "_lastExecutionId": "fa32c29f-df63-4a2c-b7bb-1185df359678"}}]}, {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, {"id": "8e1708ea-2b2b-4671-9dbc-d506d978310e", "name": "Create Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"domein\": \"ZGWT\",\n\t\"rsin\": \"000000000\",\n\t\"contactpersoonBeheerNaam\": \"Test Persoon\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "246e44c8-6908-4324-b98f-51af9f0c2ddd", "type": "text/javascript", "exec": ["pm.globals.set(\"catalogus_url\", pm.response.json().url);"]}}]}, {"id": "5f7da57c-5387-4abb-976f-d83bbdc70f20", "name": "Get Selectielijstklassen and Procestypen", "request": {"url": {"path": ["resultaten"], "host": ["{{referentielijst_url}}"], "query": [{"key": "page", "value": "{{selectielijst_page}}"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "77fb9d74-929a-4770-ac65-a24de823fa8d", "type": "text/javascript", "exec": ["if(pm.globals.get(\"selectielijst_page\") == 1) {", " pm.globals.unset(\"selectielijstklasse_procestermijn_nihil_url\");", " pm.globals.unset(\"selectielijstklasse_procestermijn_ingeschatte_bestaansduur_object_url\");", " pm.globals.unset(\"selectielijstklasse_procestermijn_vast_te_leggen_datum_url\");", "}", "", "if(pm.response.code == 200) {", " var results = pm.response.json().results;", " for(i=0; i<results.length; i++) {", " // if(results[i].procestermijn == \"nihil\" && !pm.globals.get(\"selectielijstklasse_procestermijn_nihil_url\")) {", " if(results[i].procestermijn == \"nihil\") {", " pm.globals.set(\"selectielijstklasse_procestermijn_nihil_url\", results[i].url);", " pm.globals.set(\"procestype_procestermijn_nihil_url\", results[i].procesType);", " // } if(results[i].procestermijn == \"ingeschatte_bestaansduur_procesobject\" && !pm.globals.get(\"selectielijstklasse_procestermijn_ingeschatte_bestaansduur_object_url\")) {", " } if(results[i].procestermijn == \"ingeschatte_bestaansduur_procesobject\") {", " pm.globals.set(\"selectielijstklasse_procestermijn_ingeschatte_bestaansduur_object_url\", results[i].url);", " pm.globals.set(\"procestype_procestermijn_ingeschatte_bestaansduur_object_url\", results[i].procesType);", " // } if(results[i].procestermijn == \"vast_te_leggen_datum\" && !pm.globals.get(\"selectielijstklasse_procestermijn_vast_te_leggen_datum_url\")) {", " } if(results[i].procestermijn == \"vast_te_leggen_datum\") {", " pm.globals.set(\"selectielijstklasse_procestermijn_vast_te_leggen_datum_url\", results[i].url);", " pm.globals.set(\"selectielijstklasse_url\", results[i].url);", " pm.globals.set(\"procestype_procestermijn_vast_te_leggen_datum_url\", results[i].procesType);", " pm.globals.set(\"procestype_url\", results[i].procesType);", " }", " }", "}", "", "if(!(", " pm.globals.get(\"selectielijstklasse_procestermijn_nihil_url\") ", " && pm.globals.get(\"selectielijstklasse_procestermijn_ingeschatte_bestaansduur_object_url\") ", " && pm.globals.get(\"selectielijstklasse_procestermijn_vast_te_leggen_datum_url\")", " ) && pm.response.json().next", ") {", " pm.globals.set(\"selectielijst_page\", pm.globals.get(\"selectielijst_page\") + 1)", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", "}"], "_lastExecutionId": "66a6bae8-1a30-47b4-9f97-6bd916baac15"}}, {"listen": "prerequest", "script": {"id": "d28aef37-8379-40f2-872a-04705af586ef", "type": "text/javascript", "exec": ["if(!pm.globals.get(\"selectielijst_page\")) pm.globals.set(\"selectielijst_page\", 1)"], "_lastExecutionId": "26d748b7-33c0-42f7-8730-066f597592d6"}}]}, {"id": "cfe91f69-1cd8-4246-a6c4-02c86a6b9b99", "name": "Get Resultaattypeomschrijving", "request": {"url": {"path": ["resultaattypeomschrijvingen"], "host": ["{{referentielijst_url}}"], "query": [], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "b56cefd0-f01d-45df-b04c-f1cd30677eaa", "type": "text/javascript", "exec": ["pm.globals.set(\"resultaattypeomschrijving_url\", pm.response.json()[0].url);"], "_lastExecutionId": "09dfbb1d-94db-4bf6-9165-1ee9b3990e58"}}]}, {"id": "67fa97c8-032c-4e0e-b046-a8cad53432aa", "name": "Create InformatieObjecttype", "request": {"url": {"path": ["informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"catalogus\": \"{{catalogus_url}}\",\n\t\"omschrijving\": \"informatieobject4\",\n\t\"vertrouwelijkheidaanduiding\": \"openbaar\",\n\t\"beginGeldigheid\": \"2019-01-01\",\n\t\"informatieobjectcategorie\": \"document\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "f829f601-6fd1-411c-869b-e1cc09323b4f", "type": "text/javascript", "exec": ["pm.globals.set(\"informatieobjecttype_url\", pm.response.json().url);"], "_lastExecutionId": "de7f702b-0a25-4c53-afcb-1713c0d380a9"}}]}, {"id": "926c83af-f966-4441-9da1-c0658ec91e50", "name": "Create Besluittype", "request": {"url": {"path": ["besluittypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"{{catalogus_url}}\",\n \"omschrijving\": \"test\",\n \"zaaktypen\": [],\n\t\"publicatieIndicatie\": false,\n\t\"informatieobjecttypen\": [\"informatieobject4\"],\n\t\"beginGeldigheid\": \"2018-01-01\",\n \"eindeGeldigheid\":\"2019-12-12\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "e9571268-df63-433f-a6d2-272e1e263823", "type": "text/javascript", "exec": ["pm.globals.set(\"besluittype_url\", pm.response.json().url);"], "_lastExecutionId": "10267b0b-e35d-4189-8dc1-9d05b09056b6"}}]}, {"id": "faa40467-43fd-409f-92ce-0b15962ac41b", "name": "Create deel zaaktype", "request": {"url": {"path": ["zaaktypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"identificatie\": \"{{random_identificatie2}}\",\n \"omschrijving\": \"zrc_tests_1\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"{{procestype_url}}\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"{{catalogus_url}}\",\n \"informatieobjecttypen\": [],\n \"besluittypen\": [\n \"test\"\n ],\n \"gerelateerdeZaaktypen\": [],\n \"beginGeldigheid\": \"2018-01-01\",\n \"versiedatum\": \"2019-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "9abe008f-41a9-4fe9-b3dc-339606c35349", "type": "text/javascript", "exec": ["var res = pm.response.json();", "pm.globals.set(\"zaaktype_url2\", res.url);", "pm.globals.set(\"zaaktype_vertrouwelijkheid2\", res.vertrouwelijkheidaanduiding);", "pm.globals.set(\"zaaktype_productenOfDiensten2\", res.productenOfDiensten);", "pm.globals.set(\"zaaktype_resultaattypen2\", res.resultaattypen);", "pm.globals.set(\"zaaktype_eigenschap2\", res.eigenschappen[0]);", "pm.globals.set(\"zaaktype_body2\", pm.request.body.raw);"], "_lastExecutionId": "d6083057-9130-4e71-92b2-bc73bc665bed"}}, {"listen": "prerequest", "script": {"id": "c977ae18-bf66-4acb-b74d-4ba968abc378", "type": "text/javascript", "exec": ["var uuid = require('uuid');", "var myUUID = uuid.v4(); ", "pm.globals.set(\"random_identificatie2\", myUUID);", ""], "_lastExecutionId": "78c14d36-2818-46b2-b7eb-a5d282005ed4"}}]}, {"id": "e3a86d89-325b-468c-9556-206846243943", "name": "Create Zaaktype", "request": {"url": {"path": ["zaaktypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"identificatie\": \"{{random_identificatie}}\",\n \"omschrijving\": \"zrc_tests_2\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"{{procestype_url}}\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"{{catalogus_url}}\",\n \"informatieobjecttypen\": [],\n \"besluittypen\": [\n \"test\"\n ],\n \"deelzaaktypen\":[\"{{random_identificatie2}}\"],\n \"gerelateerdeZaaktypen\": [{\"zaaktype\": \"{{random_identificatie2}}\",\n \"aard_relatie\": \"bijdrage\",\n \"toelichting\": \"test relations\"}],\n \"beginGeldigheid\": \"2018-01-01\",\n \"versiedatum\": \"2018-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "60816c4c-e085-44d9-a5f4-a946c9d5d0cd", "type": "text/javascript", "exec": ["var res = pm.response.json();", "pm.globals.set(\"zaaktype_url\", res.url);", "pm.globals.set(\"zaaktype_vertrouwelijkheid\", res.vertrouwelijkheidaanduiding);", "pm.globals.set(\"zaaktype_productenOfDiensten\", res.productenOfDiensten);", "pm.globals.set(\"zaaktype_resultaattypen\", res.resultaattypen);", "pm.globals.set(\"zaaktype_eigenschap\", res.eigenschappen[0]);", "pm.globals.set(\"zaaktype_body\", pm.request.body.raw);"], "_lastExecutionId": "c7935468-bc99-42e0-950c-785bd7d7a2b5"}}, {"listen": "prerequest", "script": {"id": "d50695ae-7157-434c-98eb-b3dcbfd28dd5", "type": "text/javascript", "exec": ["var uuid = require('uuid');", "var myUUID = uuid.v4(); ", "pm.globals.set(\"random_identificatie\", myUUID);", ""], "_lastExecutionId": "d04d766f-d876-45fb-b9d2-bcd3ebb1458c"}}]}, {"id": "85434814-31cd-46fa-9044-735e63c7259b", "name": "Create Zaaktype-InformatieObjectType relation", "request": {"url": {"path": ["zaaktype-informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaaktype\": \"{{zaaktype_url}}\",\n\t\"informatieobjecttype\": \"informatieobject4\",\n\t\"volgnummer\": 1,\n\t\"richting\": \"inkomend\"\n}"}}, "response": [], "event": []}, {"id": "905cdc89-103b-41c9-8fa5-f5e3e964cd7e", "name": "Create Eigenschap", "request": {"url": {"path": ["eigenschappen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"naam\": \"test eigenschap\",\n\t\"definitie\": \"for test\",\n\t\"zaaktype\": \"{{zaaktype_url2}}\",\n \"specificatie\": {\n \"formaat\": \"tekst\",\n \"lengte\": \"5\",\n \"kardinaliteit\": \"1\",\n \"waardenverzameling\": [\"test\"]\n }\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "9711ade5-b58e-4210-8dd3-b15dc2d4e8c7", "type": "text/javascript", "exec": ["pm.globals.set(\"zaaktype_eigenschap\", pm.response.json().url);"], "_lastExecutionId": "a54e7409-5305-4237-9b9d-38410e0f75ba"}}]}, {"id": "97e4f196-6d6f-4ff5-887c-86e7d021692a", "name": "Create Resultaattype afleidingswijze afgehandeld", "request": {"url": {"path": ["resultaattypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaaktype\": \"{{zaaktype_url}}\",\n\t\"omschrijving\": \"Klaar\",\n\t\"resultaattypeomschrijving\": \"{{resultaattypeomschrijving_url}}\",\n\t\"selectielijstklasse\": \"{{selectielijstklasse_url}}\",\n\t\"brondatumArchiefprocedure\": {\n\t\t\"afleidingswijze\": \"gerelateerde_zaak\",\n\t\t\"procestermijn\": null,\n\t\t\"datumkenmerk\": \"\",\n\t\t\"einddatumBekend\": false,\n\t\t\"objecttype\": \"\",\n\t\t\"registratie\": \"\"\n\t}\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "1c594459-e81d-4e62-974b-f094e3eaf9db", "type": "text/javascript", "exec": ["pm.globals.set(\"resultaattype_url\", pm.response.json().url);"], "_lastExecutionId": "43fb9c28-3092-45b4-a6ac-f40c82c9ac3e"}}]}, {"id": "1f4db3bf-42e0-48f8-863c-b1b39a22b756", "name": "Create begin Statustype", "request": {"url": {"path": ["statustypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"omschrijving\": \"Begin\",\n\t\"zaaktype\": \"{{zaaktype_url}}\",\n\t\"volgnummer\": 1\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "955db012-9e29-4195-a8db-cdf7f078f0af", "type": "text/javascript", "exec": ["pm.globals.set(\"non_eindstatustype\", pm.response.json().url);"], "_lastExecutionId": "dcfe24d1-308b-4e6e-9c2c-2f575513c0ee"}}]}, {"id": "da6a20b5-9e98-40c2-8c0a-e31eb0ad65e8", "name": "Create eind Statustype", "request": {"url": {"path": ["statustypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"omschrijving\": \"Eind\",\n\t\"zaaktype\": \"{{zaaktype_url}}\",\n\t\"volgnummer\": 2\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "342d6d49-133a-45c9-9a0a-8a7b40ba7877", "type": "text/javascript", "exec": ["pm.globals.set(\"eindstatustype\", pm.response.json().url);"], "_lastExecutionId": "dd3bc205-f4f1-474c-832e-5d0d93c15aaa"}}]}, {"id": "a219b9ff-6adb-4160-af8b-125d818fe6ba", "name": "Create Roltype", "request": {"url": {"path": ["roltypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaaktype\": \"{{zaaktype_url}}\",\n\t\"omschrijving\": \"test\",\n\t\"omschrijvingGeneriek\": \"adviseur\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "5f386717-9577-49a7-be4a-ed437b966cb5", "type": "text/javascript", "exec": ["pm.globals.set(\"roltype_url\", pm.response.json().url);"], "_lastExecutionId": "889b2b69-e88f-4f53-b90e-2a4984bd8175"}}]}, {"id": "bff20bd8-8b64-4877-8201-7ccf67f217b6", "name": "Publish Besluittype", "request": {"url": {"path": ["publish"], "host": ["{{besluittype_url}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "e15f9f70-e604-4a85-8bc3-4e615947a16d", "name": "Publish Informatieobjecttype", "request": {"url": {"path": ["publish"], "host": ["{{informatieobjecttype_url}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "7a8bfb6b-264a-4059-82d3-487e46592885", "name": "Publish deel Zaaktype", "request": {"url": {"path": ["publish"], "host": ["{{zaaktype_url2}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "4785dd96-1759-4cdb-a5e1-6943ccb77f07", "name": "Publish Zaaktype", "request": {"url": {"path": ["publish"], "host": ["{{zaaktype_url}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "b87f329c-679d-49ae-a453-da717dff2635", "name": "Create EnkelvoudigInformatieObject", "request": {"url": {"path": ["enkelvoudiginformatieobjecten"], "host": ["{{drc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"bronorganisatie\": \"000000000\",\n\t\"creatiedatum\": \"2019-01-01\",\n\t\"titel\": \"testobject\",\n\t\"auteur\": \"testauteur\",\n\t\"taal\": \"eng\",\n\t\"formaat\": \"text/javascript\",\n\t\"inhoud\": \"{{object_inhoud}}\",\n\t\"informatieobjecttype\": \"{{informatieobjecttype_url}}\",\n\t\"bestandsomvang\": 6\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "85a0d4a3-b41e-4d86-8c0b-b547b94bd685", "type": "text/javascript", "exec": ["pm.globals.set(\"informatieobject_url\", pm.response.json().url);"], "_lastExecutionId": "cbddc358-607a-409a-b1df-ee7f65878a2c"}}, {"listen": "prerequest", "script": {"id": "9949f30d-5801-474b-a0c7-fd83a6975a1e", "type": "text/javascript", "exec": ["pm.globals.set(\"object_inhoud\", btoa(\"string\"))"], "_lastExecutionId": "92c726e2-e4ec-42af-a75d-f1e9cf249009"}}]}, {"id": "f6c8950e-c842-43af-a194-7fe5f5c2be5c", "name": "Add Gebruiksrechten to EnkelvoudigInformatieObject", "request": {"url": {"path": ["gebruiksrechten"], "host": ["{{drc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"informatieobject\": \"{{informatieobject_url}}\",\n\t\"startdatum\": \"2019-01-01T12:00:00\",\n\t\"omschrijvingVoorwaarden\": \"test\"\n}"}}, "response": [], "event": []}, {"id": "70404976-10dc-479a-b93f-31f338d36ceb", "name": "Create EnkelvoudigInformatieObject with indicatieGebruiksrecht null", "request": {"url": {"path": ["enkelvoudiginformatieobjecten"], "host": ["{{drc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"bronorganisatie\": \"000000000\",\n\t\"creatiedatum\": \"2019-01-01\",\n\t\"titel\": \"testobject\",\n\t\"auteur\": \"testauteur\",\n\t\"taal\": \"eng\",\n\t\"inhoud\": \"{{object_inhoud}}\",\n\t\"informatieobjecttype\": \"{{informatieobjecttype_url}}\",\n\t\"indicatieGebruiksrecht\": null,\n\t\"bestandsomvang\": 6\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "0578226f-8687-49af-bd8f-46a293ca0a1a", "type": "text/javascript", "exec": ["pm.globals.set(\"informatieobject_gebruiksrecht_null_url\", pm.response.json().url);"], "_lastExecutionId": "bd4a9b95-04c9-4d5a-bf5b-8f0a73b67698"}}, {"listen": "prerequest", "script": {"id": "e45f15fe-e6b6-4687-bf82-10edb25dfab8", "type": "text/javascript", "exec": ["pm.globals.set(\"object_inhoud\", btoa(\"string\"))"], "_lastExecutionId": "44fd2f5f-eca1-4a57-aee4-69ed1d5a6f5a"}}]}, {"id": "e45a2b35-b3c0-4dfc-bc08-0495b642f189", "name": "Create Zaak", "request": {"description": {"content": "Indien geen identificatie gegeven is, dan wordt deze automatisch\ngegenereerd. De identificatie moet uniek zijn binnen de bronorganisatie.\n\n**Er wordt gevalideerd op**:\n- `zaaktype` moet een geldige URL zijn.\n- `laatsteBetaaldatum` mag niet in de toekomst liggen.\n- `laatsteBetaaldatum` mag niet gezet worden als de betalingsindicatie\n \"nvt\" is.\n- `archiefnominatie` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefactiedatum` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefstatus` kan alleen een waarde anders dan \"nog_te_archiveren\"\n hebben indien van alle gerelateeerde INFORMATIEOBJECTen het attribuut\n `status` de waarde \"gearchiveerd\" heeft.", "type": "text/plain"}, "url": {"path": ["zaken"], "host": ["{{zrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"name": "Content-Type", "key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}, {"key": "X-NLX-Request-Application-Id", "value": "321"}, {"key": "X-NLX-Request-User-Id", "value": "123"}, {"key": "X-Audit-Toelichting", "value": "toelichting"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"bronorganisatie\": \"000000000\",\n \"omschrijving\": \"string\",\n \"toelichting\": \"string\",\n \"registratiedatum\": \"2019-04-09\",\n \"verantwoordelijkeOrganisatie\": \"000000000\",\n \"zaaktype\": \"{{zaaktype_url}}\",\n \"startdatum\": \"2019-04-09\",\n \"einddatumGepland\": \"2019-04-20\",\n \"uiterlijkeEinddatumAfdoening\": \"2019-04-09\",\n \"publicatiedatum\": \"2019-04-09\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"betalingsindicatie\": \"geheel\",\n \"laatsteBetaalDatum\": \"2019-01-01\",\n \"zaakgeometrie\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 53,\n 5\n ]\n },\n \"opschorting\": {\n \"indicatie\": true,\n \"reden\": \"string\"\n },\n \"selectielijstklasse\": \"{{selectielijstklasse_url}}\",\n \"archiefstatus\": \"nog_te_archiveren\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "6d856106-e658-4536-8f7c-cba63e059356", "type": "text/javascript", "exec": ["if(pm.response.code == 201) {", " pm.globals.set(\"global_zaak_url\", pm.response.json().url);", " pm.globals.set(\"zaak_uuid\", pm.response.json().uuid);", " pm.globals.set(\"zaak_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "5eac336a-bd7e-42f6-9187-41030854b878"}}]}, {"id": "7fbb9a91-3314-4052-9f80-8a6d6c173304", "name": "Create Besluit", "request": {"url": {"path": ["besluiten"], "host": ["{{brc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"verantwoordelijkeOrganisatie\": \"000000000\",\n \"besluittype\": \"{{besluittype_url}}\",\n \"datum\": \"2019-01-01\",\n \"ingangsdatum\": \"2018-01-01\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "eb2bb7c7-2d58-40c7-a525-b6ece3da9a83", "type": "text/javascript", "exec": ["if(pm.response.code == 201) {", " pm.globals.set(\"besluit_url\", pm.response.json().url);", "}"], "_lastExecutionId": "e29b60a1-d6e5-452a-92f2-cb9512199310"}}]}], "event": [{"listen": "prerequest", "script": {"id": "1b08729c-9dbe-4bec-abbc-9fdc18b79aa9", "type": "text/javascript", "exec": [""], "_lastExecutionId": "6ee3f9ff-2709-492a-9d14-e295617b5138"}}, {"listen": "test", "script": {"id": "9be5bd67-9731-44e3-81f2-8bf107763649", "type": "text/javascript", "exec": [""], "_lastExecutionId": "81c23cae-6d63-40e9-be92-ef1543459007"}}]}, {"id": "d05ca4fe-b302-416a-9d90-f4dbf64ad813", "name": "ZRC", "description": {"content": "Een API om een zaakregistratiecomponent (ZRC) te benaderen.\n\nDe ZAAK is het kernobject in deze API, waaraan verschillende andere\nresources gerelateerd zijn. De Zaken API werkt samen met andere API's voor\nZaakgericht werken om tot volledige functionaliteit te komen.\n\n**Afhankelijkheden**\n\nDeze API is afhankelijk van:\n\n* Catalogi API\n* Notificaties API\n* Documenten API *(optioneel)*\n* Besluiten API *(optioneel)*\n* Autorisaties API *(optioneel)*\n\n**Autorisatie**\n\nDeze API vereist autorisatie. Je kan de\n[token-tool](https://zaken-auth.vng.cloud/) gebruiken om JWT-tokens te\ngenereren.\n\n**Notificaties**\n\nDeze API publiceert notificaties op het kanaal `zaken`.\n\n**Handige links**\n\n* [Documentatie](https://zaakgerichtwerken.vng.cloud/standaard)\n* [Zaakgericht werken](https://zaakgerichtwerken.vng.cloud)\n", "type": "text/plain"}, "item": [{"id": "cb162998-5cf0-441b-8d9d-9a8001a3ea85", "name": "zaken", "description": {"content": "Folder for zaken", "type": "text/plain"}, "item": [{"id": "de2720b1-5f28-4a63-8405-8b337a3da6a6", "name": "Alle ZAAKen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"path": ["zaken"], "host": ["{{zrc_url}}"], "query": [{"key": "identificatie", "value": "zaak"}, {"key": "bronorganisatie", "value": "000000000"}, {"key": "zaaktype", "value": "{{zaaktype_url}}"}, {"key": "archiefnominatie", "value": "blijvend_bewaren"}, {"key": "archiefnominatie__in", "value": "blijvend_bewaren"}, {"key": "archiefactiedatum", "value": "2019-01-02"}, {"key": "archiefactiedatum__lt", "value": "2019-01-03"}, {"key": "archiefactiedatum__gt", "value": "2019-01-01"}, {"key": "archiefstatus", "value": "nog_te_archiveren"}, {"key": "archiefstatus__in", "value": "nog_te_archiveren"}, {"key": "startdatum", "value": "2019-01-02"}, {"key": "startdatum__gt", "value": "2019-01-01"}, {"key": "startdatum__gte", "value": "2019-01-01"}, {"key": "startdatum__lt", "value": "2019-01-03"}, {"key": "startdatum__lte", "value": "2019-01-03"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "2af4a10f-7d3b-42e4-81fd-a9e41512c58e", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "c8efe2d6-3a2b-47cb-a482-fffd0c0a8b5a"}}]}, {"id": "b66f7f15-bc33-4806-8ec5-32d0e77e45d6", "name": "Maak een ZAAK aan. Copy", "request": {"description": {"content": "Indien geen identificatie gegeven is, dan wordt deze automatisch\ngegenereerd. De identificatie moet uniek zijn binnen de bronorganisatie.\n\n**Er wordt gevalideerd op**:\n- `zaaktype` moet een geldige URL zijn.\n- `laatsteBetaaldatum` mag niet in de toekomst liggen.\n- `laatsteBetaaldatum` mag niet gezet worden als de betalingsindicatie\n \"nvt\" is.\n- `archiefnominatie` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefactiedatum` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefstatus` kan alleen een waarde anders dan \"nog_te_archiveren\"\n hebben indien van alle gerelateeerde INFORMATIEOBJECTen het attribuut\n `status` de waarde \"gearchiveerd\" heeft.", "type": "text/plain"}, "url": {"path": ["zaken"], "host": ["{{zrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"name": "Content-Type", "key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}, {"key": "X-NLX-Request-Application-Id", "value": "321"}, {"key": "X-NLX-Request-User-Id", "value": "123"}, {"key": "X-Audit-Toelichting", "value": "toelichting"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"bronorganisatie\": \"000000000\",\n \"omschrijving\": \"string\",\n \"toelichting\": \"string\",\n \"registratiedatum\": \"2019-04-09\",\n \"verantwoordelijkeOrganisatie\": \"000000000\",\n \"zaaktype\": \"{{zaaktype_url2}}\",\n \"startdatum\": \"2019-04-09\",\n \"einddatumGepland\": \"2019-04-20\",\n \"uiterlijkeEinddatumAfdoening\": \"2019-04-09\",\n \"publicatiedatum\": \"2019-04-09\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"betalingsindicatie\": \"geheel\",\n \"laatsteBetaalDatum\": \"2019-01-01\",\n \"zaakgeometrie\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 53,\n 5\n ]\n },\n \"opschorting\": {\n \"indicatie\": true,\n \"reden\": \"string\"\n },\n \"selectielijstklasse\": \"{{selectielijstklasse_url}}\",\n \"archiefstatus\": \"nog_te_archiveren\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "d878b803-3f5b-48e8-84cf-ea9535323547", "type": "text/javascript", "exec": ["pm.test(\"Maak een ZAAK aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"zaak_url\", pm.response.json().url);", " pm.globals.set(\"zaak_uuid\", pm.response.json().uuid);", " pm.globals.set(\"zaak_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "77b7f096-cbf8-4eb6-8bed-0f88c7e20d4e"}}]}, {"id": "ef5d6563-af92-4f72-bfa9-c0ec8d84d879", "name": "Voer een (geo)-zoekopdracht uit op ZAAKen.", "request": {"description": {"content": "Zoeken/filteren gaat normaal via de `list` operatie, deze is echter\nniet geschikt voor geo-zoekopdrachten.", "type": "text/plain"}, "url": {"path": ["zaken", "_zoek"], "host": ["{{zrc_url}}"], "query": [{"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"name": "Content-Type", "key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"bronorganisatie\": \"000000000\",\n\t\"zaakgeometrie\": {\n\t\t\"within\": {\n\t\t\t\"type\": \"Point\",\n\t\t\t\"coordinates\": [\n\t 53,\n\t 5\n\t ]\n\t\t}\n\t}\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "e56d28ad-089d-46b1-95a7-166b93db26fd", "type": "text/javascript", "exec": ["pm.test(\"Voer een (geo)-zoekopdracht uit op ZAAKen geeft 201\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "dcaab3bc-e528-41e7-a084-f4dc29cd9fef"}}]}, {"id": "785014b7-6dbf-4bb1-a558-1c0cd0f8b77a", "name": "Een specifieke ZAAK opvragen.", "request": {"description": {"content": "Een specifieke ZAAK opvragen.", "type": "text/plain"}, "url": {"host": ["{{zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "19eb9639-da91-4382-a89f-e314c1c05861", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke ZAAK opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "b5962167-30a7-4b4c-b1db-dd27f6b5a7e1"}}]}, {"id": "4a5f0246-08bb-4280-8aae-72020c4f40d5", "name": "Werk een ZAAK in zijn geheel bij.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n- `zaaktype` mag niet gewijzigd worden.\n- `identificatie` mag niet gewijzigd worden.\n- `laatsteBetaaldatum` mag niet in de toekomst liggen.\n- `laatsteBetaaldatum` mag niet gezet worden als de betalingsindicatie\n \"nvt\" is.\n- `archiefnominatie` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefactiedatum` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefstatus` kan alleen een waarde anders dan \"nog_te_archiveren\"\n hebben indien van alle gerelateeerde INFORMATIEOBJECTen het attribuut\n `status` de waarde \"gearchiveerd\" heeft.\n\n**Opmerkingen**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.\n- zaaktype zal in de toekomst niet-wijzigbaar gemaakt worden.\n- indien een zaak heropend moet worden, doe dit dan door een nieuwe status\n toe te voegen die NIET de eindstatus is.\n Zie de `Status` resource.", "type": "text/plain"}, "url": {"host": ["{{zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"name": "Content-Type", "key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "7e24dbf7-09df-4fa4-96d1-38484f651046", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAK in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "7aaba857-5353-44e2-84b3-20b05118db53"}}, {"listen": "prerequest", "script": {"id": "257815b0-5259-436c-87ff-007bca8709f8", "type": "text/javascript", "exec": ["// Retrieve the Zaak body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"zaak_body\"));", "pm.globals.set(\"omschrijving\", \"aangepaste omschrijving\");", "body.omschrijving = pm.globals.get(\"omschrijving\");", "", "// Store the modified Zaak body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "c3419ce6-ac83-4f2e-b479-31f5514a8942"}}]}, {"id": "95c05a68-96af-4831-a1f3-938d97f4f3aa", "name": "Werk een ZAAK deels bij.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n- `zaaktype` mag niet gewijzigd worden.\n- `identificatie` mag niet gewijzigd worden.\n- `laatsteBetaaldatum` mag niet in de toekomst liggen.\n- `laatsteBetaaldatum` mag niet gezet worden als de betalingsindicatie\n \"nvt\" is.\n- `archiefnominatie` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefactiedatum` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefstatus` kan alleen een waarde anders dan \"nog_te_archiveren\"\n hebben indien van alle gerelateeerde INFORMATIEOBJECTen het attribuut\n `status` de waarde \"gearchiveerd\" heeft.\n\n**Opmerkingen**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.\n- zaaktype zal in de toekomst niet-wijzigbaar gemaakt worden.\n- indien een zaak heropend moet worden, doe dit dan door een nieuwe status\n toe te voegen die NIET de eindstatus is. Zie de `Status` resource.", "type": "text/plain"}, "url": {"host": ["{{zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"name": "Content-Type", "key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"omschrijving\": \"aangepast\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "23a4d864-1f61-4c1e-bbd0-469b186434d7", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAK deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "a9b4f21d-0a8c-42cd-9985-0d87e4755857"}}]}, {"id": "f119890b-8236-47d5-b957-7cdfb2fa0855", "name": "Werk hoofdzaak bij met deelzaak", "request": {"description": {"content": "**Er wordt gevalideerd op**\n- `zaaktype` mag niet gewijzigd worden.\n- `identificatie` mag niet gewijzigd worden.\n- `laatsteBetaaldatum` mag niet in de toekomst liggen.\n- `laatsteBetaaldatum` mag niet gezet worden als de betalingsindicatie\n \"nvt\" is.\n- `archiefnominatie` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefactiedatum` moet een waarde hebben indien `archiefstatus` niet de\n waarde \"nog_te_archiveren\" heeft.\n- `archiefstatus` kan alleen een waarde anders dan \"nog_te_archiveren\"\n hebben indien van alle gerelateeerde INFORMATIEOBJECTen het attribuut\n `status` de waarde \"gearchiveerd\" heeft.\n\n**Opmerkingen**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.\n- zaaktype zal in de toekomst niet-wijzigbaar gemaakt worden.\n- indien een zaak heropend moet worden, doe dit dan door een nieuwe status\n toe te voegen die NIET de eindstatus is. Zie de `Status` resource.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"name": "Content-Type", "key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"relevanteAndereZaken\": [\n {\n \"url\": \"{{zaak_url}}\",\n \"aardRelatie\": \"vervolg\"\n }\n ]\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "1b773159-9f89-4904-8bdc-ed5a5c33a4de", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAK deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "e0737269-c172-4f63-b40f-316fff952970"}}]}, {"id": "e8713f6a-bc21-40fb-80ef-6b1a332ff8c9", "name": "Alle audit trail regels behorend bij de ZAAK.", "request": {"description": {"content": "Alle audit trail regels behorend bij de ZAAK.", "type": "text/plain"}, "url": {"path": ["audittrail"], "host": ["{{zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "b756bfd0-b1b4-4b56-8b9d-3872a0aea41f", "type": "text/javascript", "exec": ["pm.test(\"Alle audit trail regels behorend bij de ZAAK geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "if(pm.response.code == 200) {", " pm.globals.set(\"audittrail_uuid\", pm.response.json()[0].uuid);", "}"], "_lastExecutionId": "a8ac8119-97b6-4c4b-b4be-effff4fa184e"}}]}, {"id": "5dfca2b0-fbb3-4933-8a89-e280501f12a4", "name": "Een specifieke audit trail regel opvragen.", "request": {"description": {"content": "Een specifieke audit trail regel opvragen.", "type": "text/plain"}, "url": {"path": ["audittrail", "{{audittrail_uuid}}"], "host": ["{{zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "53eadb88-2f09-4011-a26a-7902418dffb6", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke audit trail regel opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "d8861ae6-09d3-43a8-813c-054963367b9f"}}]}, {"id": "0bb8f79c-4830-4a6a-825b-dcfa2c759c08", "name": "Alle ZAAKBESLUITen opvragen.", "request": {"description": {"content": "Alle ZAAKBESLUITen opvragen.", "type": "text/plain"}, "url": {"path": ["besluiten"], "host": ["{{zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "4dab9f29-803b-4bcc-bacc-85e92ca57bf1", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKBESLUITen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "// postman.setNextRequest(\"Alle ZAAKEIGENSCHAPpen opvragen.\");"], "_lastExecutionId": "c4c33aae-a5e1-4747-bd5a-6c50d4906e33"}}]}, {"id": "9227173e-8fac-4e18-906e-4dde8510d2bb", "name": "Alle ZAAKEIGENSCHAPpen opvragen.", "request": {"description": {"content": "Alle ZAAKEIGENSCHAPpen opvragen.", "type": "text/plain"}, "url": {"path": ["zaakeigenschappen"], "host": ["{{zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "7e84580c-65ec-42df-af7b-9f6272d892ec", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKEIGENSCHAPpen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "d60c506c-80f2-4bd7-b089-14036df5dd53"}}]}, {"id": "ff1f1833-febf-4738-b825-5eacd700d825", "name": "Maak een ZAAKEIGENSCHAP aan.", "request": {"description": {"content": "Maak een ZAAKEIGENSCHAP aan.", "type": "text/plain"}, "url": {"path": ["zaakeigenschappen"], "host": ["{{zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaak\": \"{{zaak_url}}\",\n\t\"eigenschap\": \"{{zaaktype_eigenschap}}\",\n\t\"waarde\": \"test\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "d846a38b-9455-4a05-97b7-c88b58afac80", "type": "text/javascript", "exec": ["pm.test(\"Maak een ZAAKEIGENSCHAP aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"zaakeigenschap_url\", pm.response.json().url);", " pm.globals.set(\"zaakeigenschap_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "f3e01762-3722-4d61-9ab5-f85637b5cbbb"}}]}, {"id": "dd9639b2-995a-47c1-961f-40ded753fb14", "name": "Een specifieke ZAAKEIGENSCHAP opvragen.", "request": {"description": {"content": "Een specifieke ZAAKEIGENSCHAP opvragen.", "type": "text/plain"}, "url": {"host": ["{{zaakeigenschap_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "14770dd0-731d-4dce-a824-65a127c78e30", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke ZAAKEIGENSCHAP opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "d3bb458c-74fa-4860-b0a2-0d213b8b7a1d"}}]}, {"id": "2c6753c6-42ac-4f22-9c41-6cd176f21967", "name": "Werk een ZAAKEIGENSCHAP in zijn geheel bij.", "request": {"description": {"content": "Maak een ZAAKEIGENSCHAP aan.", "type": "text/plain"}, "url": {"host": ["{{zaakeigenschap_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "f8c1edfa-fbb0-4568-b378-0e369eb09248", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAKEIGENSCHAP in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", ""], "_lastExecutionId": "ca5a0493-de77-4a2b-8696-c4472cbd3707"}}, {"listen": "prerequest", "script": {"id": "14ffc539-0645-420b-a9bc-59188e3d6437", "type": "text/javascript", "exec": ["// Retrieve the Zaakobject body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"zaakeigenschap_body\"));", "body.waarde = \"test2\";", "// Store the modified Zaakinformatieobject body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "22e59968-201a-4a9b-be2a-bd507db1378e"}}]}, {"id": "5502bf56-34ca-4a8d-9701-85781689fd37", "name": "Werk een ZAAKEIGENSCHAP deels bij.", "request": {"description": {"content": "Maak een ZAAKEIGENSCHAP aan.", "type": "text/plain"}, "url": {"host": ["{{zaakeigenschap_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"waarde\": \"test3\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "c673cd1a-b382-45ae-836e-7233acc70bff", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAKEIGENSCHAP deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", ""], "_lastExecutionId": "bafd8060-c255-4b50-aaa3-6ade831f3bc5"}}, {"listen": "prerequest", "script": {"id": "b19d98c6-435f-4a9a-aa58-e4a56dd4a6a2", "type": "text/javascript", "exec": [""], "_lastExecutionId": "df63a7ba-fec9-4545-8e53-9799e13c80d7"}}]}], "event": []}, {"id": "283d45fc-214d-4cac-ad9b-fb05346c8bb6", "name": "klantcontacten", "description": {"content": "Folder for klantcontacten", "type": "text/plain"}, "item": [{"id": "0a225da8-86bb-4cdf-b410-a86470e8f77a", "name": "Alle KLANTCONTACTen opvragen.", "request": {"description": {"content": "Alle KLANTCONTACTen opvragen.", "type": "text/plain"}, "url": {"path": ["klantcontacten"], "host": ["{{zrc_url}}"], "query": [{"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "e87a52ac-aa40-4270-8761-044584e2ae3f", "type": "text/javascript", "exec": ["pm.test(\"Alle KLANTCONTACTen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "bf7df3ce-f024-42e5-b8ba-bf258921de9c"}}]}, {"id": "30bf5b47-dde0-4cfb-beec-f7792d103d38", "name": "Maak een KLANTCONTACT bij een ZAAK aan.", "request": {"description": {"content": "Indien geen identificatie gegeven is, dan wordt deze automatisch\ngegenereerd.", "type": "text/plain"}, "url": {"path": ["klantcontacten"], "host": ["{{zrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"zaak\": \"{{global_zaak_url}}\",\n \"datumtijd\": \"2019-08-29T14:14:21Z\",\n \"kanaal\": \"string\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "90fad31d-dc92-46e8-b6d3-2ad3fe31c3be", "type": "text/javascript", "exec": ["pm.test(\"Maak een KLANTCONTACT bij een ZAAK aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"klantcontact_url\", pm.response.json().url);", "}"], "_lastExecutionId": "32d0a2f3-6129-4884-ab0e-46b3a582bcaa"}}]}, {"id": "aee2f15c-c4f9-4c16-b58d-88cb595f8e1f", "name": "Een specifiek KLANTCONTACT bij een ZAAK opvragen.", "request": {"description": {"content": "Een specifiek KLANTCONTACT bij een ZAAK opvragen.", "type": "text/plain"}, "url": {"host": ["{{klantcontact_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "50451f93-ee2f-4aab-9a57-659ee046ffe9", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek KLANTCONTACT bij een ZAAK opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "e1da1800-32ca-47f8-8f0d-e788f68ba015"}}]}], "event": []}, {"id": "5be55532-1a36-4ca9-9df8-0470ca217fdd", "name": "resultaten", "description": {"content": "Folder for resultaten", "type": "text/plain"}, "item": [{"id": "aad51d2c-f300-4583-8ed4-4191629ad8a6", "name": "Alle RESULTAATen van ZAAKen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["resultaten"], "host": ["{{zrc_url}}"], "query": [{"key": "zaak", "value": "{{global_zaak_url}}"}, {"key": "resultaattype", "value": "{{resultaattype_url}}"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "5fc07c58-b12e-4a59-81dc-bec9984a3cc1", "type": "text/javascript", "exec": ["pm.test(\"Alle RESULTAATen van ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "174f5c6d-bd96-4049-8752-971c5baf5676"}}]}, {"id": "3dc65cef-e5e8-43c3-a0c1-0d0c839a641a", "name": "Maak een RESULTAAT bij een ZAAK aan.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n- geldigheid URL naar de ZAAK\n- geldigheid URL naar het RESULTAATTYPE", "type": "text/plain"}, "url": {"path": ["resultaten"], "host": ["{{zrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\n \"zaak\": \"{{global_zaak_url}}\",\n \"resultaattype\": \"{{resultaattype_url}}\",\n \"toelichting\": \"string\"\n\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "40206f7e-cca5-4ebb-bb76-a178cc765d53", "type": "text/javascript", "exec": ["pm.test(\"Maak een RESULTAAT bij een ZAAK aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"resultaat_url\", pm.response.json().url);", " pm.globals.set(\"resultaat_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "178ecf18-95f5-4e64-8d52-ddd6a4520f5c"}}]}, {"id": "a1bed1f5-02de-403f-a975-38c07151be59", "name": "Een specifiek RESULTAAT opvragen.", "request": {"description": {"content": "Een specifiek RESULTAAT opvragen.", "type": "text/plain"}, "url": {"host": ["{{resultaat_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "068025ed-521e-4f70-a561-760179ec617b", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek RESULTAAT opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "554879cf-a6e4-43e9-aa5a-f8f53b44553e"}}]}, {"id": "f5811df9-4726-4e63-b034-846be5fdbb57", "name": "Werk een RESULTAAT in zijn geheel bij.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n- geldigheid URL naar de ZAAK\n- het RESULTAATTYPE mag niet gewijzigd worden", "type": "text/plain"}, "url": {"host": ["{{resultaat_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "prerequest", "script": {"id": "ec7a70a6-4a28-4030-a9ad-68e83f815f7e", "type": "text/javascript", "exec": ["// Retrieve the Resultaat body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"resultaat_body\"));", "pm.globals.set(\"toelichting\", \"aangepaste toelichting\");", "body.toelichting = pm.globals.get(\"toelichting\");", "", "// Store the modified Resultaat body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "83c63af4-6727-4385-9e65-d18a78922eda"}}, {"listen": "test", "script": {"id": "99cf2dc1-2728-44df-9007-9d0599599d4c", "type": "text/javascript", "exec": ["pm.test(\"Werk een RESULTAAT in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "f433aaac-a549-4c1f-89d5-5e6dee3fb0e1"}}]}, {"id": "18371c28-ad4d-4d15-83dd-8dd889bbbd4a", "name": "Werk een RESULTAAT deels bij.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n- geldigheid URL naar de ZAAK\n- het RESULTAATTYPE mag niet gewijzigd worden", "type": "text/plain"}, "url": {"host": ["{{resultaat_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"toelichting\": \"aangepast2\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "dc2073a5-b23b-4046-9f0d-c7c31c3a082a", "type": "text/javascript", "exec": ["pm.test(\"Werk een RESULTAAT in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "b02603a3-af5d-4e80-aacb-d56214350dd1"}}]}], "event": []}, {"id": "235e36ad-b452-4530-b093-f2f6cead79e0", "name": "statussen", "description": {"content": "Folder for statussen", "type": "text/plain"}, "item": [{"id": "910b4412-8317-4ab9-be22-2fda18d65506", "name": "Alle STATUSsen van ZAAKen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["statussen"], "host": ["{{zrc_url}}"], "query": [{"key": "zaak", "value": "{{global_zaak_url}}"}, {"key": "statustype", "value": "{{non_eindstatustype}}"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "e7a264e3-3539-4ecc-b886-57aa94bf6374", "type": "text/javascript", "exec": ["pm.test(\"Alle STATUSsen van ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "d3459c01-9149-4484-a63d-900d214e11a9"}}]}, {"id": "115b34a0-9e64-4ace-a8f7-9041de21a8f3", "name": "Maak een STATUS aan voor een ZAAK.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n- geldigheid URL naar de ZAAK\n- geldigheid URL naar het STATUSTYPE\n- indien het de eindstatus betreft, dan moet het attribuut\n `indicatieGebruiksrecht` gezet zijn op alle informatieobjecten die aan\n de zaak gerelateerd zijn\n\n**Opmerkingen**\n- Indien het statustype de eindstatus is (volgens het ZTC), dan wordt de\n zaak afgesloten door de einddatum te zetten.", "type": "text/plain"}, "url": {"path": ["statussen"], "host": ["{{zrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaak\": \"{{global_zaak_url}}\",\n\t\"statustype\": \"{{non_eindstatustype}}\",\n\t\"datumStatusGezet\": \"2019-01-01T12:00:00\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "7f56c5eb-6a78-4429-b462-6db034e3ab61", "type": "text/javascript", "exec": ["pm.test(\"Maak een STATUS aan voor een ZAAK geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"status_url\", pm.response.json().url);", "}"], "_lastExecutionId": "e8bc0297-4588-4d17-8afd-7743ea86694e"}}]}, {"id": "74fe30b7-c317-436a-89c0-e304863b6aa5", "name": "Een specifieke STATUS van een ZAAK opvragen.", "request": {"description": {"content": "Een specifieke STATUS van een ZAAK opvragen.", "type": "text/plain"}, "url": {"host": ["{{status_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": []}], "event": []}, {"id": "b1e63116-31a9-4a6a-99bf-c3cf4e70593a", "name": "rollen", "description": {"content": "Folder for rollen", "type": "text/plain"}, "item": [{"id": "02cdc4de-3753-4539-a465-e242f1f09d8f", "name": "Alle ROLlen bij ZAAKen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["rollen"], "host": ["{{zrc_url}}"], "query": [{"key": "zaak", "value": "{{global_zaak_url}}"}, {"key": "betrokkene", "value": "https://example.com/"}, {"key": "betrokkeneType", "value": "natuurlijk_persoon"}, {"key": "betrokkeneIdentificatie__natuurlijkPersoon__inpBsn", "value": "{{betrokkeneIdentificatie__natuurlijkPersoon__inpBsn}}"}, {"key": "betrokkeneIdentificatie__natuurlijkPersoon__anpIdentificatie", "value": "{{betrokkeneIdentificatie__natuurlijkPersoon__anpIdentificatie}}"}, {"key": "betrokkeneIdentificatie__natuurlijkPersoon__inpA_nummer", "value": "{{betrokkeneIdentificatie__natuurlijkPersoon__inpA_nummer}}"}, {"key": "betrokkeneIdentificatie__nietNatuurlijkPersoon__innNnpId", "value": "{{betrokkeneIdentificatie__nietNatuurlijkPersoon__innNnpId}}"}, {"key": "betrokkeneIdentificatie__nietNatuurlijkPersoon__annIdentificatie", "value": "{{betrokkeneIdentificatie__nietNatuurlijkPersoon__annIdentificatie}}"}, {"key": "betrokkeneIdentificatie__vestiging__vestigingsNummer", "value": "{{betrokkeneIdentificatie__vestiging__vestigingsNummer}}"}, {"key": "betrokkeneIdentificatie__organisatorischeEenheid__identificatie", "value": "{{betrokkeneIdentificatie__organisatorischeEenheid__identificatie}}"}, {"key": "betrokkeneIdentificatie__medewerker__identificatie", "value": "{{betrokkeneIdentificatie__medewerker__identificatie}}"}, {"key": "roltype", "value": "{{roltype_url}}"}, {"key": "omschrijving", "value": "{{omschrijving}}"}, {"key": "omschrijvingGeneriek", "value": "adviseur"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "a9eca739-bddf-4d2f-8073-c74e6b4a7785", "type": "text/javascript", "exec": ["pm.test(\"Alle ROLlen bij ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "a90823b4-0363-476d-9866-eb867fe21a20"}}]}, {"id": "e371163b-b52a-4c23-a50f-141dab1d0ec2", "name": "Maak een ROL aan bij een ZAAK.", "request": {"description": {"content": "Maak een ROL aan bij een ZAAK.", "type": "text/plain"}, "url": {"path": ["rollen"], "host": ["{{zrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaak\": \"{{global_zaak_url}}\",\n\t\"betrokkene\": \"http://example.com/2d0815580af94ee0a15aa677aa646e1a\",\n\t\"betrokkeneType\": \"natuurlijk_persoon\",\n\t\"rolomschrijving\": \"behandelaar\",\n\t\"roltoelichting\": \"testrol\",\n\t\"roltype\": \"{{roltype_url}}\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "c46da6df-6ac7-4d8f-8846-5cf4e7842731", "type": "text/javascript", "exec": ["pm.test(\"Maak een ROL bij een ZAAK aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"rol_url\", pm.response.json().url);", " pm.globals.set(\"rol_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "b4482b59-7d9e-46b1-834c-7dfaffef3e70"}}]}, {"id": "8f50dec4-c5e4-4bd5-ac6f-5e5f5f4f5e3d", "name": "Een specifieke ROL bij een ZAAK opvragen.", "request": {"description": {"content": "Een specifieke ROL bij een ZAAK opvragen.", "type": "text/plain"}, "url": {"host": ["{{rol_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": []}], "event": []}, {"id": "aaa7d015-c6ea-4cd9-9c33-9bdf1344410f", "name": "zaakobjecten", "description": {"content": "Folder for zaakobjecten", "type": "text/plain"}, "item": [{"id": "1eb86b7e-0062-4ed3-b440-c5d6c15f7886", "name": "Alle ZAAKOBJECTen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["zaakobjecten"], "host": ["{{zrc_url}}"], "query": [{"key": "zaak", "value": "{{global_zaak_url}}"}, {"key": "object", "value": "https://example.com"}, {"key": "objectType", "value": "pand"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "30334adb-6a70-45b0-81f8-67de12914344", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKOBJECTen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "7a9425cf-0051-419c-824c-7de6b76c7749"}}]}, {"id": "825a16b2-1c3d-4408-9be4-89f67217c5ea", "name": "Maak een ZAAKOBJECT aan.", "request": {"description": {"content": "Maak een ZAAKOBJECT aan.", "type": "text/plain"}, "url": {"path": ["zaakobjecten"], "host": ["{{zrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaak\": \"{{global_zaak_url}}\",\n\t\"objectType\": \"pand\",\n\t\"objectIdentificatie\": {\n\t\t\"identificatie\": \"test\"\n\t}\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "b1de6ae6-8c53-4e49-9482-9e03d6c5137a", "type": "text/javascript", "exec": ["pm.test(\"Maak een ZAAK-INFORMATIEOBJECT relatie aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"zaakobject_url\", pm.response.json().url);", " pm.globals.set(\"zo_body\", pm.request.body.raw);", "}", ""], "_lastExecutionId": "1a6f223d-6ed3-4974-a7aa-e79ed683fc7a"}}]}, {"id": "f14638ae-5956-4938-87db-b9310e78299c", "name": "Een specifiek ZAAKOBJECT opvragen.", "request": {"description": {"content": "Een specifiek ZAAKOBJECT opvragen.", "type": "text/plain"}, "url": {"host": ["{{zaakobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "9c46bf43-84c3-4c90-8f40-bcec55c17833", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke ZAAK-INFORMATIEOBJECT relatie opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "d4baf33d-561d-41a8-a3f0-9d29a4839f6a"}}]}, {"id": "5824d0a6-391c-4be1-9453-7350fcee7f6e", "name": "Werk een ZAAKOBJECT in zijn geheel bij.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n\n- De attributen `zaak`, `object` en `objectType` mogen niet gewijzigd worden.\n- Indien opgegeven, dan wordt `objectIdentificatie` gevalideerd tegen de\n `objectType` discriminator.", "type": "text/plain"}, "url": {"host": ["{{zaakobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "afcc5d85-5cb0-48aa-95e9-2cbeeac978a2", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAK-OBJECT relatie in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "9e1a4e98-091d-4d7f-8110-688cf53fa857"}}, {"listen": "prerequest", "script": {"id": "75dbc988-c0fc-4d76-917b-025b9051745a", "type": "text/javascript", "exec": ["// Retrieve the Zaakobject body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"zo_body\"));", "body.relatieomschrijving = \"postman tests\";", "", "// Store the modified Zaakinformatieobject body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "5c5f39dd-084c-4a1d-8fdc-54fea047f9dc"}}]}, {"id": "92e7c134-8a81-4644-970b-c329715e9702", "name": "Werk een ZAAKOBJECT deels bij.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n\n- De attributen `zaak`, `object` en `objectType` mogen niet gewijzigd worden.\n- Indien opgegeven, dan wordt `objectIdentificatie` gevalideerd tegen de\n `objectType` discriminator.", "type": "text/plain"}, "url": {"host": ["{{zaakobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"relatieomschrijving\": \"zaakobject patch\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "33267f9a-aa19-4175-98bb-1b1499295b51", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAK-OBJECT relatie deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "9050f2ec-2ddf-4c37-a8d6-c853f3b2b356"}}, {"listen": "prerequest", "script": {"id": "07b8bf2d-c053-4210-bbd0-af4458db8526", "type": "text/javascript", "exec": [""], "_lastExecutionId": "6a1fc437-78eb-4082-8971-2d01add4e953"}}]}], "event": []}, {"id": "33a7ad2f-345b-4fe8-a776-8302450d52e4", "name": "zaakinformatieobjecten", "description": {"content": "Folder for zaakinformatieobjecten", "type": "text/plain"}, "item": [{"id": "cb7b6dfc-81cc-4d3b-97a6-b704d924a5fb", "name": "Alle ZAAK-INFORMATIEOBJECT relaties opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met querystringparameters.", "type": "text/plain"}, "url": {"path": ["zaakinformatieobjecten"], "host": ["{{zrc_url}}"], "query": [{"key": "zaak", "value": "{{global_zaak_url}}"}, {"key": "informatieobject", "value": "{{informatieobject_url}}"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "34e4e603-20ac-4fd9-87b3-c14ac31880b3", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAK-INFORMATIEOBJECT relaties opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "5af45dda-b340-40e2-b5c0-6785cec90b03"}}]}, {"id": "1f2dd1cb-e640-4836-8f4a-b747b679da7b", "name": "Maak een ZAAK-INFORMATIEOBJECT relatie aan.", "request": {"description": {"content": "Er worden twee types van\nrelaties met andere objecten gerealiseerd:\n\n**Er wordt gevalideerd op**\n- geldigheid zaak URL\n- geldigheid informatieobject URL\n- de combinatie informatieobject en zaak moet uniek zijn\n\n**Opmerkingen**\n- De registratiedatum wordt door het systeem op 'NU' gezet. De `aardRelatie`\n wordt ook door het systeem gezet.\n- Bij het aanmaken wordt ook in de Documenten API de gespiegelde relatie aangemaakt,\n echter zonder de relatie-informatie.\n\nRegistreer welk(e) INFORMATIEOBJECT(en) een ZAAK kent.\n\n**Er wordt gevalideerd op**\n- geldigheid informatieobject URL\n- uniek zijn van relatie ZAAK-INFORMATIEOBJECT", "type": "text/plain"}, "url": {"path": ["zaakinformatieobjecten"], "host": ["{{zrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"name": "Content-Type", "key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaak\": \"{{global_zaak_url}}\",\n\t\"informatieobject\": \"{{informatieobject_url}}\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "b41ae67f-7185-4f4f-ac7c-338975ed330e", "type": "text/javascript", "exec": ["pm.test(\"Maak een ZAAK-INFORMATIEOBJECT relatie aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"zio_url\", pm.response.json().url);", " pm.globals.set(\"zio_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "e8c0e695-549f-4251-852a-8d216ce8990c"}}]}, {"id": "c402e0fc-f947-4b41-889c-39f033f1e1a5", "name": "Een specifieke ZAAK-INFORMATIEOBJECT relatie opvragen.", "request": {"description": {"content": "Een specifieke ZAAK-INFORMATIEOBJECT relatie opvragen.", "type": "text/plain"}, "url": {"host": ["{{zio_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1c6ba13a-7f75-4ed5-830a-3b99ca5ec58e", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke ZAAK-INFORMATIEOBJECT relatie opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "5dcf969b-3080-4cb1-801b-1870aaacc3d3"}}]}, {"id": "3ade2d0a-f553-4495-891b-78d70a3811be", "name": "Werk een ZAAK-INFORMATIEOBJECT relatie in zijn geheel bij.", "request": {"description": {"content": "Je mag enkel de gegevens\nvan de relatie bewerken, en niet de relatie zelf aanpassen.\n\n**Er wordt gevalideerd op**\n- informatieobject URL en zaak URL mogen niet veranderen", "type": "text/plain"}, "url": {"host": ["{{zio_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "prerequest", "script": {"id": "f9b66a5e-5bf3-4921-abdf-f1f95a8299a0", "type": "text/javascript", "exec": ["// Retrieve the Zaakinformatieobject body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"zio_body\"));", "pm.globals.set(\"titel\", \"aangepaste titel\");", "body.toelichting = pm.globals.get(\"titel\");", "", "// Store the modified Zaakinformatieobject body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "47357459-06bd-4a52-9aed-1dcfce3a704d"}}, {"listen": "test", "script": {"id": "dfbd8c9b-9808-42c2-9e6e-7137565019a4", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAK-INFORMATIEOBJECT relatie in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "dcabb572-b11f-4d01-b160-a8f868baa173"}}]}, {"id": "4eece707-c167-4c09-b12f-e0ccd5c85588", "name": "Werk een ZAAK-INFORMATIEOBJECT relatie deels bij.", "request": {"description": {"content": "Je mag enkel de gegevens\nvan de relatie bewerken, en niet de relatie zelf aanpassen.\n\n**Er wordt gevalideerd op**\n- informatieobject URL en zaak URL mogen niet veranderen", "type": "text/plain"}, "url": {"host": ["{{zio_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"titel\": \"aangepast2\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "23a01728-4674-4a45-8e8b-4aa73f8342c5", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAK-INFORMATIEOBJECT relatie deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "4c73923a-4a19-4f81-9b05-493d922475a5"}}]}], "event": []}, {"id": "a7ec1cc4-0d00-4ae8-a5a1-5e57a4969326", "name": "expand", "item": [{"id": "61700d95-93bf-4695-a1d6-63e34a954fe4", "name": "specifieke zaak opvragen with expand test 1", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "zaaktype"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "4ca82ade-1041-44ab-a058-e7e6ecd8e213", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseBod = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseBod).to.have.property('_expand');", "});", "", "pm.test(\"Check if 'zaaktype' key exists within '_expand'\", function() {", " pm.expect(responseBod._expand).to.have.property('zaaktype');", "});", "", "pm.test(\"Check if 'url' key exists within 'zaaktype'\", function() {", " pm.expect(responseBod._expand.zaaktype).to.have.property('url');", " ", "});", "", "", ""], "_lastExecutionId": "34b4d2f7-28a9-4a16-8821-4ff8bcc1d57d"}}]}, {"id": "6ad8d95b-516a-4729-ad78-2bac145d6898", "name": "alle zaken opvragen with expand test 1", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"path": ["zaken"], "host": ["{{zrc_url}}"], "query": [{"key": "expand", "value": "zaaktype"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "7cbe7094-a272-42d1-bbfc-33ac118a3464", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "", "", ""], "_lastExecutionId": "0147d0b0-e92a-4d70-a45b-b0d987a7c70e"}}]}, {"id": "6e8dff16-5806-409e-9858-d86a31d6e265", "name": "specifieke zaak opvragen with expand test 2", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "rollen,zaakinformatieobjecten,zaakobjecten.zaak,eigenschappen"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "7cf05f36-db9d-4960-ba4d-8ba85358cc9a", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('rollen');", " pm.expect(responseB._expand).to.have.property('zaakinformatieobjecten');", " pm.expect(responseB._expand).to.have.property('zaakobjecten');", " pm.expect(responseB._expand).to.have.property('eigenschappen');", "", "});", "", "pm.test(\"Check if arrays are non empty\", function() {", " pm.expect(responseB._expand.rollen.length).to.be.above(0);", " pm.expect(responseB._expand.zaakinformatieobjecten.length).to.be.above(0);", " pm.expect(responseB._expand.zaakobjecten.length).to.be.above(0);", " pm.expect(responseB._expand.zaakobjecten[0].zaak.length).to.be.above(0);", "", " ", "});", ""], "_lastExecutionId": "57bededd-5297-46e4-a45a-c782616370a1"}}]}, {"id": "66caf15f-aa19-4e9f-babc-de8880205893", "name": "alle zaken opvragen with expand test 2", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"path": ["zaken"], "host": ["{{zrc_url}}"], "query": [{"key": "expand", "value": "rollen,zaakinformatieobjecten,zaakobjecten.zaak,eigenschappen"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "c8db7263-5a22-4d3e-9087-aa349362046a", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", ""], "_lastExecutionId": "13ac21c7-3c3d-4953-87a7-2abe4b98fec2"}}]}, {"id": "30cc42d9-8fcb-4323-82c2-874a568b87c4", "name": "specifieke zaak opvragen with expand test 3", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "relevanteAndereZaken.zaaktype"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "ae3ec401-3017-44f6-88d3-1cf1b9c876b3", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('relevanteAndereZaken');", "", "});", "", "pm.test(\"Check if arrays are non empty\", function() {", " pm.expect(responseB._expand.relevanteAndereZaken.length).to.be.above(0);", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.relevanteAndereZaken[0]).to.have.property('zaaktype');", "", "});", ""], "_lastExecutionId": "dd88b315-8cc5-4ca2-bb80-26bee1442fa0"}}]}, {"id": "39a219c7-a081-4681-94c6-b8e530b44243", "name": "alle zaken opvragen with expand test 3", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"path": ["zaken"], "host": ["{{zrc_url}}"], "query": [{"key": "expand", "value": "relevanteAndereZaken.zaaktype"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "7d1ab17a-2d6d-4c79-ae3d-cf201704d33c", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", ""], "_lastExecutionId": "6ac1c831-4083-46ec-a417-1f4ac0a3dc24"}}]}, {"id": "01816464-8ac9-4193-98d3-68cf9f080ebd", "name": "specifieke zaak opvragen with expand test 4", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "zaaktype.besluittypen,status.statustype,zaaktype.catalogus"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "c35efdcd-c0f3-4606-94ff-39196c89c656", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('zaaktype');", " pm.expect(responseB._expand).to.have.property('status');", " ", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype).to.have.property('_expand');", " pm.expect(responseB._expand.status).to.have.property('_expand');", " ", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype._expand).to.have.property('besluittypen');", " pm.expect(responseB._expand.zaaktype._expand).to.have.property('catalogus');", " pm.expect(responseB._expand.status._expand).to.have.property('statustype');", " ", "", "});", ""], "_lastExecutionId": "385f610b-a13c-4afc-8859-fa39f815c123"}}]}, {"id": "47a195ac-f669-42fe-a1e3-a599a3aa8cd5", "name": "specifieke zaak opvragen with expand test 5", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "rollen.zaak.rollen.zaak.rollen"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "0abbd48e-5dd4-4ebc-b019-d1bb188b4b43", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('rollen');", "", "});", "", "pm.test(\"Check if arrays are non empty\", function() {", " pm.expect(responseB._expand.rollen.length).to.be.above(0);", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]).to.have.property('_expand');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]._expand).to.have.property('zaak');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]._expand.zaak).to.have.property('_expand');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]._expand.zaak._expand).to.have.property('rollen');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]._expand.zaak._expand.rollen[0]).to.have.property('_expand');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]._expand.zaak._expand.rollen[0]._expand.zaak._expand).to.have.property('rollen');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]._expand.zaak._expand.rollen[0]._expand.zaak._expand.rollen[0]).to.have.property('url');", "", "});"], "_lastExecutionId": "1f56bb6b-527d-453d-a049-d26d062881c7"}}]}, {"id": "5a578eef-c838-4779-b621-5c1462fa31b6", "name": "specifieke zaak opvragen with expand test 6", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "zaaktype.catalogus.zaaktypen"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "18930add-ffd9-4005-881d-9f8123a73d32", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('zaaktype');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype).to.have.property('_expand');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype._expand).to.have.property('catalogus');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype._expand.catalogus).to.have.property('_expand');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype._expand.catalogus._expand).to.have.property('zaaktypen');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype._expand.catalogus._expand.zaaktypen[0]).to.have.property('url');", "", "});", ""], "_lastExecutionId": "6d34e626-971c-423f-a58a-fd348f86d5ad"}}]}, {"id": "524d01c5-13fa-4a31-8cd2-ac0d6dd4c73e", "name": "specifieke zaak opvragen with expand test 7", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "status.statustype,status.gezetdoor"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "9ba85841-b666-455a-b616-448e21375dcf", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('status');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.status).to.have.property('_expand');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.status._expand).to.have.property('statustype');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.status._expand).to.have.property('gezetdoor');", "", "});", ""], "_lastExecutionId": "684c15df-5103-439c-90f8-b551cc62131c"}}]}, {"id": "200d5904-5205-4ae2-8eaf-2e8578c5c6b2", "name": "specifieke zaak opvragen with expand test 8", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "zaaktype.gerelateerdeZaaktypen"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "95fb033f-e7af-4e06-94ae-447688fc3d60", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('zaaktype');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype).to.have.property('_expand');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype._expand).to.have.property('gerelateerdeZaaktypen');", "", "});", "", ""], "_lastExecutionId": "4f31e04f-e698-4648-81f4-a0883be0cb39"}}]}, {"id": "8bcde69e-00e9-48ed-a06e-37bcc93b84b7", "name": "specifieke zaak opvragen with expand test 9", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "zaaktype.zaakobjecttypen,zaaktype.statustypen"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "e04fd102-891d-4a5a-9f9c-4229b5134b31", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('zaaktype');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype).to.have.property('_expand');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype._expand).to.have.property('zaakobjecttypen');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.zaaktype._expand).to.have.property('statustypen');", "", "});", ""], "_lastExecutionId": "0087507d-7952-46a6-9ad8-3619a3a77a22"}}]}, {"id": "3b309b14-7a4b-4c1d-85aa-a01ab908247a", "name": "specifieke zaak opvragen with expand test 10", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\n**Opmerking**\n- er worden enkel zaken getoond van de zaaktypes waar u toe geautoriseerd\n bent.", "type": "text/plain"}, "url": {"host": ["{{global_zaak_url}}"], "query": [{"key": "expand", "value": "rollen.statussen,rollen.zaak"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Accept-Crs", "value": "EPSG:4326"}, {"key": "Content-Crs", "value": "EPSG:4326"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "609fff69-a94a-46e2-8512-43bb370188b6", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('rollen');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]).to.have.property('_expand');", "", "});", "", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]._expand).to.have.property('statussen');", "", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand.rollen[0]._expand).to.have.property('zaak');", "", "});", ""], "_lastExecutionId": "86b5a86f-3f0c-4ae1-b998-fd57b3af3884"}}]}], "event": []}, {"id": "e8a3db7e-f217-4b79-8053-bb226b3da810", "name": "tearDown ZRC", "item": [{"id": "e6b5c3cf-47ea-4345-8027-4fd25e7ab298", "name": "Verwijder een ZAAKEIGENSCHAP.", "request": {"description": {"content": "Maak een ZAAKEIGENSCHAP aan.", "type": "text/plain"}, "url": {"host": ["{{zaakeigenschap_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "973073a4-5855-4364-8581-e190a421bd95", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een ZAAKEIGENSCHAP geeft 204\", function() {", " pm.response.to.have.status(204);", "});", ""], "_lastExecutionId": "97092333-e6a8-4f6b-8591-a5b20679a3b0"}}, {"listen": "prerequest", "script": {"id": "6af50d44-d5b2-41d3-9c01-7e6fbcf22881", "type": "text/javascript", "exec": [""], "_lastExecutionId": "723e2dcf-1f67-40bf-8ab6-9a49fd9d40a2"}}]}, {"id": "30d4daf1-9ce1-4d17-ae3e-482ea25b8004", "name": "Verwijder een ZAAK.", "request": {"description": {"content": "**De gerelateerde resources zijn hierbij**\n- `zaak` - de deelzaken van de verwijderde hoofzaak\n- `status` - alle statussen van de verwijderde zaak\n- `resultaat` - het resultaat van de verwijderde zaak\n- `rol` - alle rollen bij de zaak\n- `zaakobject` - alle zaakobjecten bij de zaak\n- `zaakeigenschap` - alle eigenschappen van de zaak\n- `zaakkenmerk` - alle kenmerken van de zaak\n- `zaakinformatieobject` - dit moet door-cascaden naar de Documenten API,\n zie ook: https://github.com/VNG-Realisatie/gemma-zaken/issues/791 (TODO)\n- `klantcontact` - alle klantcontacten bij een zaak", "type": "text/plain"}, "url": {"host": ["{{zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "ea7e9cd4-ec69-4417-9a70-2d6a9851751a", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een ZAAK geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "64e117ef-0d08-493d-944c-acd475f826f7"}}]}, {"id": "19a7a62c-ea0d-41d6-a88e-75fb851dcf1a", "name": "Verwijder een ROL van een ZAAK.", "request": {"description": {"content": "Verwijder een ROL van een ZAAK.", "type": "text/plain"}, "url": {"host": ["{{rol_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "f32f9432-2bfd-49d6-979b-633ca8786b75", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een ROL van een ZAAK geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "2cc0584d-23b3-4ead-a460-65ee17c2e321"}}]}, {"id": "fe36eee1-a353-450e-bbd9-27032cee8352", "name": "Verwijder een ZAAKOBJECT.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n\n- De attributen `zaak`, `object` en `objectType` mogen niet gewijzigd worden.\n- Indien opgegeven, dan wordt `objectIdentificatie` gevalideerd tegen de\n `objectType` discriminator.", "type": "text/plain"}, "url": {"host": ["{{zaakobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "b6d05981-6b20-4b47-84f6-c1069e02ecc4", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een ZAAKOBJECT geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "6d6f90ba-b788-4aee-911d-ce9ade0489fa"}}, {"listen": "prerequest", "script": {"id": "c90f05db-a62f-445f-ba20-20b79963c64d", "type": "text/javascript", "exec": [""], "_lastExecutionId": "a333d7c4-6095-43e3-b1fd-f555de4880ea"}}]}, {"id": "e7cb1084-47e6-434f-beb2-6291487eb2ac", "name": "Verwijder een ZAAK-INFORMATIEOBJECT relatie.", "request": {"description": {"content": "De gespiegelde relatie in de Documenten API wordt door de Zaken API verwijderd. Consumers kunnen dit niet handmatig doen..", "type": "text/plain"}, "url": {"host": ["{{zio_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "48e16294-c9d7-4c25-bdcf-e3bd5f48fa02", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een ZAAK-INFORMATIEOBJECT relatie geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "8bbdb676-d5d1-47eb-8318-7e1906618584"}}]}, {"id": "83ca28b1-ed17-48f5-b262-8426e1606e47", "name": "Verwijder een RESULTAAT van een ZAAK.", "request": {"description": {"content": "Verwijder een RESULTAAT van een ZAAK.", "type": "text/plain"}, "url": {"host": ["{{resultaat_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "7c2dcb40-acfa-4b97-978b-06fdb50d901a", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een RESULTAAT van een ZAAK geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "d66d1206-5037-4d0a-ad44-e03ae8282962"}}]}], "event": []}], "event": [{"listen": "prerequest", "script": {"id": "967ebfc1-c4a6-4d75-8fae-7bb387c075eb", "type": "text/javascript", "exec": [""], "_lastExecutionId": "57db517c-beef-4f3a-b5b5-58ba7499ecc4"}}, {"listen": "test", "script": {"id": "5d4403c6-2fba-4a83-8580-c2428621f5eb", "type": "text/javascript", "exec": [""], "_lastExecutionId": "06993d2b-6bc7-4fc9-bd68-e848b5b14d9c"}}]}, {"id": "cda8620d-2048-4d21-b0d3-2dfe8619b875", "name": "DRC", "description": {"content": "Een API om een documentregistratiecomponent (DRC) te benaderen.\n\nIn een documentregistratiecomponent worden INFORMATIEOBJECTen opgeslagen. Een \nINFORMATIEOBJECT is een digitaal document voorzien van meta-gegevens. \nINFORMATIEOBJECTen kunnen aan andere objecten zoals zaken en besluiten worden \ngerelateerd (maar dat hoeft niet) en kunnen gebruiksrechten hebben. \n\nGEBRUIKSRECHTEN leggen voorwaarden op aan het gebruik van het INFORMATIEOBJECT\n(buiten raadpleging). Deze GEBRUIKSRECHTEN worden niet door de API gevalideerd\nof gehandhaafd.\n\nDe typering van INFORMATIEOBJECTen is in de Catalogi API (ZTC) ondergebracht in\nde vorm van INFORMATIEOBJECTTYPEn.\n\n**Afhankelijkheden**\n\nDeze API is afhankelijk van:\n\n* Catalogi API\n* Notificaties API\n* Autorisaties API *(optioneel)*\n* Zaken API *(optioneel)*\n\n**Autorisatie**\n\nDeze API vereist autorisatie. Je kan de\n[token-tool](https://zaken-auth.vng.cloud/) gebruiken om JWT-tokens te\ngenereren.\n\n**Notificaties**\n\nDeze API publiceert notificaties op het kanaal `documenten`.\n\n**Handige links**\n\n* [Documentatie](https://zaakgerichtwerken.vng.cloud/standaard)\n* [Zaakgericht werken](https://zaakgerichtwerken.vng.cloud)\n", "type": "text/plain"}, "item": [{"id": "6019e3f3-4c37-40e6-831a-28673988c83a", "name": "enkelvoudiginformatieobjecten", "description": {"content": "Folder for enkelvoudiginformatieobjecten", "type": "text/plain"}, "item": [{"id": "f11d6d63-2332-4478-a9b9-e7ce9464e883", "name": "Alle (ENKELVOUDIGe) INFORMATIEOBJECTen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\nDe objecten bevatten metadata over de documenten en de downloadlink\n(`inhoud`) naar de binary data. Alleen de laatste versie van elk\n(ENKELVOUDIG) INFORMATIEOBJECT wordt getoond. Specifieke versies kunnen\nalleen", "type": "text/plain"}, "url": {"path": ["enkelvoudiginformatieobjecten"], "host": ["{{drc_url}}"], "query": [{"key": "expand", "value": "informatieobjecttype.besluittypen.zaaktypen"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "93758037-c30d-410a-a5e2-b922d7bd1219", "type": "text/javascript", "exec": ["pm.test(\"Alle (ENKELVOUDIGe) INFORMATIEOBJECTen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "7aa5277d-dd0f-428e-9699-ecc246805c0d"}}]}, {"id": "ff6e779f-4218-4294-acde-8da9278c9209", "name": "Maak een (ENKELVOUDIG) INFORMATIEOBJECT aan.", "request": {"description": {"content": "**Er wordt gevalideerd op**\n- geldigheid `informatieobjecttype` URL", "type": "text/plain"}, "url": {"path": ["enkelvoudiginformatieobjecten"], "host": ["{{drc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"bronorganisatie\": \"000000000\",\n\t\"creatiedatum\": \"2019-01-01\",\n\t\"titel\": \"testobject\",\n\t\"auteur\": \"testauteur\",\n\t\"taal\": \"eng\",\n\t\"inhoud\": \"{{object_inhoud}}\",\n\t\"informatieobjecttype\": \"{{informatieobjecttype_url}}\",\n\t\"bestandsomvang\": 6\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "e606c4de-2bb1-47d4-a1a9-11e6f2ba2c6d", "type": "text/javascript", "exec": ["pm.test(\"Maak een (ENKELVOUDIG) INFORMATIEOBJECT aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_informatieobject_url\", pm.response.json().url);", " pm.globals.set(\"informatieobject_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "ff64b0cc-b91e-4582-91fa-32cc9581aa9e"}}]}, {"id": "129bdbd4-ad2e-4d25-b863-d73122233722", "name": "Alle audit trail regels behorend bij het INFORMATIEOBJECT.", "request": {"description": {"content": "Alle audit trail regels behorend bij het INFORMATIEOBJECT.", "type": "text/plain"}, "url": {"path": ["audittrail"], "host": ["{{created_informatieobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "8ae41ded-9134-447d-8fff-22c7c2c9695d", "type": "text/javascript", "exec": ["pm.test(\"Alle audit trail regels behorend bij het INFORMATIEOBJECT geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "if(pm.response.code == 200) {", " pm.globals.set(\"audittrail_uuid\", pm.response.json()[0].uuid);", "}"], "_lastExecutionId": "31c027b3-b555-49c5-bb6e-a6af106818e0"}}]}, {"id": "4aedf9e1-35f1-435e-a0ec-e0b9cdc54c2b", "name": "Een specifieke audit trail regel opvragen.", "request": {"description": {"content": "Een specifieke audit trail regel opvragen.", "type": "text/plain"}, "url": {"path": ["audittrail", "{{audittrail_uuid}}"], "host": ["{{created_informatieobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "dfa5ae55-9c50-46e0-b243-9808c5598414", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke audit trail regel opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "6b58cdbb-1a21-4aa6-8c73-1451f79f47a6"}}]}, {"id": "a75ff586-231b-4d7f-be5c-925816c9d506", "name": "Een specifiek (ENKELVOUDIG) INFORMATIEOBJECT opvragen.", "request": {"description": {"content": "Het object bevat metadata over het document en de downloadlink (`inhoud`)\nnaar de binary data. Dit geeft standaard de laatste versie van het\n(ENKELVOUDIG) INFORMATIEOBJECT. Specifieke versies kunnen middels\nquery-string parameters worden opgevraagd.", "type": "text/plain"}, "url": {"host": ["{{created_informatieobject_url}}"], "query": [{"key": "versie", "value": "1"}, {"key": "registratieOp", "value": "{{current_timestamp}}"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "73b2339a-4691-45b3-afd2-58a9f1a0c8a8", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek (ENKELVOUDIG) INFORMATIEOBJECT opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.globals.unset(\"current_timestamp\");"], "_lastExecutionId": "6ce9fd21-98da-4c2e-8456-eaa7629a358f"}}, {"listen": "prerequest", "script": {"id": "5b685f95-8255-466b-b0da-b49d3a85c930", "type": "text/javascript", "exec": ["pm.globals.set('current_timestamp', new Date().toISOString());"], "_lastExecutionId": "a3fbd847-dd4b-4839-8fe1-e957b6dbb733"}}]}, {"id": "7c31f0ea-b974-4356-93c0-506029ac8f75", "name": "Vergrendel een (ENKELVOUDIG) INFORMATIEOBJECT.", "request": {"description": {"content": "Voert een \"checkout\" uit waardoor het (ENKELVOUDIG) INFORMATIEOBJECT\nvergrendeld wordt met een `lock` waarde. Alleen met deze waarde kan het\n(ENKELVOUDIG) INFORMATIEOBJECT bijgewerkt (`PUT`, `PATCH`) en weer\nontgrendeld worden.", "type": "text/plain"}, "url": {"path": ["lock"], "host": ["{{created_informatieobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "6a2ea0d9-df36-4ba3-b215-78bef7ebf880", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek (ENKELVOUDIG) INFORMATIEOBJECT opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "if(pm.response.code == 200) {", " pm.globals.set(\"informatieobject_lock_id\", pm.response.json().lock);", "}"], "_lastExecutionId": "7e232dfb-bf6c-42cd-82e5-d1dbe41ff199"}}]}, {"id": "b99c24df-0718-4fde-8cb7-2274042c10b6", "name": "Werk een (ENKELVOUDIG) INFORMATIEOBJECT in zijn geheel bij.", "request": {"description": {"content": "Dit cre\u00ebert altijd een nieuwe versie van het (ENKELVOUDIG) INFORMATIEOBJECT.\n\n**Er wordt gevalideerd op**\n- correcte `lock` waarde\n- geldigheid `informatieobjecttype` URL\n\n*TODO*\n- valideer immutable attributes", "type": "text/plain"}, "url": {"host": ["{{created_informatieobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "prerequest", "script": {"id": "e39e7dbe-a920-4971-9d69-670c1790c737", "type": "text/javascript", "exec": ["// Retrieve the Informatieobject body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"informatieobject_body\"));", "pm.globals.set(\"beschrijving\", \"aangepaste beschrijving\");", "body.beschrijving = pm.globals.get(\"beschrijving\");", "body.lock = pm.globals.get(\"informatieobject_lock_id\");", "", "// Store the modified Informatieobject body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "a6ef30c4-d5a1-4e7c-8be1-6e3586ab4f60"}}, {"listen": "test", "script": {"id": "b928db12-ca06-4ba1-9b03-52e6600d90d3", "type": "text/javascript", "exec": ["pm.test(\"Werk een (ENKELVOUDIG) INFORMATIEOBJECT in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "90960dee-0134-4333-8a4f-883baf92f6d0"}}]}, {"id": "7b2d979e-6b6c-4126-ba56-51646902585d", "name": "Werk een (ENKELVOUDIG) INFORMATIEOBJECT deels bij.", "request": {"description": {"content": "Dit cre\u00ebert altijd een nieuwe versie van het (ENKELVOUDIG) INFORMATIEOBJECT.\n\n**Er wordt gevalideerd op**\n- correcte `lock` waarde\n- geldigheid `informatieobjecttype` URL\n\n*TODO*\n- valideer immutable attributes", "type": "text/plain"}, "url": {"host": ["{{created_informatieobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"titel\": \"titel2\",\n\t\"lock\": \"{{informatieobject_lock_id}}\"\n}"}}, "response": [], "event": [{"listen": "prerequest", "script": {"id": "411c04e2-4cf8-4390-8e4c-d2324542ad2c", "type": "text/javascript", "exec": ["// Retrieve the Zaak body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"informatieobject_body\"));", "pm.globals.set(\"beschrijving\", \"aangepaste beschrijving\");", "body.beschrijving = pm.globals.get(\"beschrijving\");", "body.lock = pm.globals.get(\"informatieobject_lock_id\");", "", "// Store the modified Zaak body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "2857aa98-7ab0-4f1b-9c88-768d33628c06"}}, {"listen": "test", "script": {"id": "1830b1ca-3926-4f30-87ca-eaacd2c24d3f", "type": "text/javascript", "exec": ["pm.test(\"Werk een (ENKELVOUDIG) INFORMATIEOBJECT deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "a034725b-ca64-47f2-8caf-8b367496223f"}}]}, {"id": "25805720-aef9-4cd1-8064-d4eee3c9d168", "name": "Ontgrendel een (ENKELVOUDIG) INFORMATIEOBJECT.", "request": {"description": {"content": "Heft de \"checkout\" op waardoor het (ENKELVOUDIG) INFORMATIEOBJECT\nontgrendeld wordt.", "type": "text/plain"}, "url": {"path": ["unlock"], "host": ["{{created_informatieobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "06c56501-c57f-487e-ade6-f826f1e7ce49", "type": "text/javascript", "exec": ["pm.test(\"Ontgrendel een (ENKELVOUDIG) INFORMATIEOBJECT geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "8a2dc81d-cbf1-4660-a5e7-282658550105"}}]}, {"id": "8bbd8984-2891-47f0-90d1-0a4286ad3eba", "name": "Download de binaire data van het (ENKELVOUDIG) INFORMATIEOBJECT.", "request": {"description": {"content": "Download de binaire data van het (ENKELVOUDIG) INFORMATIEOBJECT.", "type": "text/plain"}, "url": {"path": ["download"], "host": ["{{created_informatieobject_url}}"], "query": [{"key": "versie", "value": "1"}, {"key": "registratieOp", "value": "{{current_timestamp}}"}], "variable": []}, "header": [{"key": "Accept", "value": "application/octet-stream"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "555391d8-ba3e-414b-b169-1a3de481213f", "type": "text/javascript", "exec": ["pm.test(\"Download de binaire data van het (ENKELVOUDIG) INFORMATIEOBJECT geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.globals.unset(\"current_timestamp\");"], "_lastExecutionId": "cdd0f106-4d72-4463-910b-5500e9f8dbfb"}}, {"listen": "prerequest", "script": {"id": "b19c5b21-be7b-43d3-b366-5700077c8d1f", "type": "text/javascript", "exec": ["pm.globals.set('current_timestamp', new Date().toISOString());"], "_lastExecutionId": "57f7c3e0-726c-4a64-8a5b-f480b4ad58ca"}}]}, {"id": "e8c9c816-3718-4bfb-a79a-c75d0e111b2a", "name": "Verwijder een (ENKELVOUDIG) INFORMATIEOBJECT.", "request": {"description": {"content": "Verwijder een (ENKELVOUDIG) INFORMATIEOBJECT en alle bijbehorende versies,\nsamen met alle gerelateerde resources binnen deze API.\n\n**Gerelateerde resources**\n- OBJECT-INFORMATIEOBJECT\n- GEBRUIKSRECHTen\n- audit trail regels", "type": "text/plain"}, "url": {"host": ["{{created_informatieobject_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "43356c39-c8f9-4f56-b5e5-82138a4bcd1c", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een (ENKELVOUDIG) INFORMATIEOBJECT geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "1e342d85-0ae6-4d40-8da7-76292c2a4b82"}}]}, {"id": "9a487031-6765-45b9-8a9f-fb5caa5ae6a0", "name": "specifieke eio opvragen met expand", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.\n\nDe objecten bevatten metadata over de documenten en de downloadlink\n(`inhoud`) naar de binary data. Alleen de laatste versie van elk\n(ENKELVOUDIG) INFORMATIEOBJECT wordt getoond. Specifieke versies kunnen\nalleen", "type": "text/plain"}, "url": {"host": ["{{informatieobject_url}}"], "query": [{"key": "expand", "value": "informatieobjecttype.catalogus"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "f99ea447-f054-4014-b46a-cf6bfe0d35a1", "type": "text/javascript", "exec": ["pm.test(\"specifieke IOE opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('informatieobjecttype');", "", "});", "", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB._expand.informatieobjecttype).to.have.property('_expand');", "});", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB._expand.informatieobjecttype._expand).to.have.property('catalogus');", "});", ""], "_lastExecutionId": "d197d6ba-8b62-4271-985f-46bff43cf6d9"}}]}], "event": []}, {"id": "7ea10084-ffa3-4b65-a23d-40933a71a817", "name": "gebruiksrechten", "description": {"content": "Folder for gebruiksrechten", "type": "text/plain"}, "item": [{"id": "291e5b5c-95e1-4c7e-ba5f-8635d4ae5ee4", "name": "Alle GEBRUIKSRECHTen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["gebruiksrechten"], "host": ["{{drc_url}}"], "query": [{"key": "informatieobject", "value": "{{informatieobject_url}}"}, {"key": "startdatum__lt", "value": "2019-01-03T12:00:00"}, {"key": "startdatum__lte", "value": "2019-01-03T12:00:00"}, {"key": "startdatum__gt", "value": "2019-01-01T12:00:00"}, {"key": "startdatum__gte", "value": "2019-01-01T12:00:00"}, {"key": "einddatum__lt", "value": "2019-01-03T12:00:00"}, {"key": "einddatum__lte", "value": "2019-01-03T12:00:00"}, {"key": "einddatum__gt", "value": "2019-01-01T12:00:00"}, {"key": "einddatum__gte", "value": "2019-01-01T12:00:00"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "344c466f-a8cd-4087-9838-6221cee89ca5", "type": "text/javascript", "exec": ["pm.test(\"Alle GEBRUIKSRECHTen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "0f3063bd-9522-40b5-94d7-3647ece2e086"}}]}, {"id": "ef085fc6-64b9-4e34-9b9d-1637010ca138", "name": "Maak een GEBRUIKSRECHT aan.", "request": {"description": {"content": "Voeg GEBRUIKSRECHTen toe voor een INFORMATIEOBJECT.\n\n**Opmerkingen**\n- Het toevoegen van gebruiksrechten zorgt ervoor dat de\n `indicatieGebruiksrecht` op het informatieobject op `true` gezet wordt.", "type": "text/plain"}, "url": {"path": ["gebruiksrechten"], "host": ["{{drc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"informatieobject\": \"{{informatieobject_url}}\",\n\t\"startdatum\": \"2019-01-01T12:00:00\",\n\t\"omschrijvingVoorwaarden\": \"test\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "467de4b4-3a93-4fea-a65b-8013c8a6b553", "type": "text/javascript", "exec": ["pm.test(\"Maak een GEBRUIKSRECHT aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"gebruiksrecht_url\", pm.response.json().url);", " pm.globals.set(\"gebruiksrecht_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "acfb0b0d-5662-424d-958e-8d404f78aee2"}}]}, {"id": "9f85b3f9-cb05-4088-8063-ceb91784fae6", "name": "Een specifiek GEBRUIKSRECHT opvragen.", "request": {"description": {"content": "Een specifieke GEBRUIKSRECHT opvragen.", "type": "text/plain"}, "url": {"host": ["{{gebruiksrecht_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "d55b93a2-c5e6-4216-9be7-cdb754b0d304", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek GEBRUIKSRECHT opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "fba701bd-4a84-4850-ad09-e6514802cba1"}}]}, {"id": "b09f67d6-5e80-41c6-95ca-3a412906f177", "name": "Een specifiek GEBRUIKSRECHT with expand", "request": {"description": {"content": "Een specifieke GEBRUIKSRECHT opvragen.", "type": "text/plain"}, "url": {"host": ["{{gebruiksrecht_url}}"], "query": [{"key": "expand", "value": "informatieobject"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "936ee74a-22e4-4efe-b614-da4a5591fc3d", "type": "text/javascript", "exec": ["", "pm.test(\"specifieke IOE opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", " ", "});", "", "let responseB = pm.response.json();", "", "pm.test(\"Check if '_expand' object exists\", function() {", " pm.expect(responseB).to.have.property('_expand');", "});", "", "pm.test(\"Check if keys exists within '_expand'\", function() {", " pm.expect(responseB._expand).to.have.property('informatieobject');", "", "});", ""], "_lastExecutionId": "4e04bdc6-b89f-409d-ab46-97630d6445e2"}}]}, {"id": "a3e6b340-4c12-40a1-8a8c-f54388312ce5", "name": "Werk een GEBRUIKSRECHT in zijn geheel bij.", "request": {"description": {"content": "Werk een GEBRUIKSRECHT in zijn geheel bij.", "type": "text/plain"}, "url": {"host": ["{{gebruiksrecht_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "prerequest", "script": {"id": "d9bfdaf0-fe06-4eca-a2fe-43b1b59dc078", "type": "text/javascript", "exec": ["// Retrieve the Gebruiksrecht body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"gebruiksrecht_body\"));", "pm.globals.set(\"omschrijvingVoorwaarden\", \"aangepaste omschrijvingVoorwaarden\");", "body.omschrijvingVoorwaarden = pm.globals.get(\"omschrijvingVoorwaarden\");", "", "// Store the modified Gebruiksrecht body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "68c0c24d-a0db-48ff-a7b4-306263e5b305"}}, {"listen": "test", "script": {"id": "7424bb1a-a8f1-4c4b-aa9e-31d3d9edfcbb", "type": "text/javascript", "exec": ["pm.test(\"Werk een GEBRUIKSRECHT in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "b0965030-65db-4c4c-83f5-df9d5da68f53"}}]}, {"id": "49d74fe8-eb2b-4d79-8f31-6845ad0aa027", "name": "Werk een GEBRUIKSRECHT relatie deels bij.", "request": {"description": {"content": "Werk een GEBRUIKSRECHT relatie deels bij.", "type": "text/plain"}, "url": {"host": ["{{gebruiksrecht_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"omschrijvingVoorwaarden\": \"aangepast2\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "8d563194-c520-4839-84bc-f066bc60ec02", "type": "text/javascript", "exec": ["pm.test(\"Werk een GEBRUIKSRECHT in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "4842048c-0bd7-41b5-9cd8-8a41e012041c"}}]}, {"id": "73192db4-247a-4978-b69e-7db46dd5f5e7", "name": "Verwijder een GEBRUIKSRECHT.", "request": {"description": {"content": "**Opmerkingen**\n- Indien het laatste GEBRUIKSRECHT van een INFORMATIEOBJECT verwijderd\n wordt, dan wordt de `indicatieGebruiksrecht` van het INFORMATIEOBJECT op\n `null` gezet.", "type": "text/plain"}, "url": {"host": ["{{gebruiksrecht_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "193f8608-538d-43bb-b19c-beb58648ae93", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een GEBRUIKSRECHT geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "71a23320-e0a7-4ecf-83f7-c18bcecc8072"}}]}], "event": []}, {"id": "f95aae97-91e7-4566-b541-328d0fb17d98", "name": "objectinformatieobjecten", "description": {"content": "Folder for objectinformatieobjecten", "type": "text/plain"}, "item": [{"id": "1dbc98eb-20da-434e-8eaf-15bbce141535", "name": "Alle OBJECT-INFORMATIEOBJECT relaties opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["objectinformatieobjecten"], "host": ["{{drc_url}}"], "query": [{"key": "informatieobject", "value": "{{informatieobject_url}}"}, {"key": "object", "value": "{{global_zaak_url}}"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "3bb07337-76f7-4d51-b9f8-545718c1e473", "type": "text/javascript", "exec": ["pm.test(\"Alle OBJECT-INFORMATIEOBJECT relaties opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "25e00d88-9016-4778-b907-46cec3721584"}}]}], "event": []}], "event": [{"listen": "prerequest", "script": {"id": "8d88c1ce-82ab-4af7-a4ed-f0fd3a6f0b81", "type": "text/javascript", "exec": [""], "_lastExecutionId": "632bdab5-b2ea-4681-9aeb-fbeb1cb0624d"}}, {"listen": "test", "script": {"id": "96b12ff6-20c9-4e1c-8386-ed001f05b189", "type": "text/javascript", "exec": [""], "_lastExecutionId": "ea0591e4-2424-45f1-a944-b7c0c6d8ef71"}}]}, {"id": "0d4ccf94-fc45-49b2-a3c0-55d68f84f2dd", "name": "ZTC", "description": {"content": "Een API om een zaaktypecatalogus (ZTC) te benaderen.\n\nDe zaaktypecatalogus helpt gemeenten om het proces vanuit de 'vraag van een\nklant' (productaanvraag, melding, aangifte, informatieverzoek e.d.) tot en met\nhet leveren van een passend antwoord daarop in te richten, inclusief de\nbijbehorende informatievoorziening.\n\nEen CATALOGUS bestaat uit ZAAKTYPEn, INFORMATIEOBJECTTYPEn en BESLUITTYPEn en\nwordt typisch gebruikt om een ZAAK (in de Zaken API), INFORMATIEOBJECT (in de\nDocumenten API) en BESLUIT (in de Besluiten API) te voorzien van type,\nstandaardwaarden en processtructuur.\n\n**Afhankelijkheden**\n\nDeze API is afhankelijk van:\n\n* Gemeentelijke Selectielijst API\n* Autorisaties API *(optioneel)*\n\n**Autorisatie**\n\nDeze API vereist autorisatie. Je kan de\n[token-tool](https://zaken-auth.vng.cloud/) gebruiken om JWT-tokens te\ngenereren.\n\n### Notificaties\n\nDeze API publiceert notificaties op het kanaal `zaaktypen`.\n\n**Main resource**\n\n`zaaktype`\n\n\n\n**Kenmerken**\n\n* `catalogus`: URL-referentie naar de CATALOGUS waartoe dit ZAAKTYPE behoort.\n\n**Resources en acties**\n- `zaaktype`: create, destroy\n\n\nDeze API publiceert notificaties op het kanaal `besluittypen`.\n\n**Main resource**\n\n`besluittype`\n\n\n\n**Kenmerken**\n\n* `catalogus`: URL-referentie naar de CATALOGUS waartoe dit BESLUITTYPE behoort.\n\n**Resources en acties**\n- `besluittype`: create, destroy\n\n\nDeze API publiceert notificaties op het kanaal `informatieobjecttypen`.\n\n**Main resource**\n\n`informatieobjecttype`\n\n\n\n**Kenmerken**\n\n* `catalogus`: URL-referentie naar de CATALOGUS waartoe dit INFORMATIEOBJECTTYPE behoort.\n\n**Resources en acties**\n- `informatieobjecttype`: create, destroy\n\n\n**Handige links**\n\n* [Documentatie](https://zaakgerichtwerken.vng.cloud/standaard)\n* [Zaakgericht werken](https://zaakgerichtwerken.vng.cloud)\n", "type": "text/plain"}, "item": [{"id": "38802295-fc59-40f6-a941-977542e4883c", "name": "zaaktypen", "description": {"content": "Folder for zaaktypen", "type": "text/plain"}, "item": [{"id": "69fbb5d2-cac3-4128-abf2-a20e602fae55", "name": "Alle ZAAKTYPEn opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["zaaktypen"], "host": ["{{ztc_url}}"], "query": [{"key": "catalogus", "value": "{{catalogus_url}}"}, {"key": "identificatie", "value": "000000000"}, {"key": "trefwoorden", "value": "trefwoord"}, {"key": "status", "value": "concept"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "6ca5c020-4d4b-4bd1-bc01-f8479b08a625", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKTYPEn opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "c2069dcf-26de-4360-88d3-a104737167b2"}}]}, {"id": "a77ffbdc-aa96-487a-a3a1-4e3deaab3319", "name": "Maak een ZAAKTYPE aan.", "request": {"description": {"content": "Maak een ZAAKTYPE aan.\n\nEr wordt gevalideerd op:\n- geldigheid `catalogus` URL, dit moet een catalogus binnen dezelfde API zijn\n- Uniciteit `catalogus` en `omschrijving`. Dezelfde omeschrijving mag enkel\n opnieuw gebruikt worden als het zaaktype een andere geldigheidsperiode\n kent dan bestaande zaaktypen.", "type": "text/plain"}, "url": {"path": ["zaaktypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"identificatie\": \"{{random_identificatie_zaaktype_created}}\",\n \"omschrijving\": \"zrc_tests_2\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"{{procestype_procestermijn_nihil_url}}\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"{{catalogus_url}}\",\n \"statustypen\": [\n \"http://localhost:8002/api/v1/statustypen/ecb7fc03-5c11-46be-917f-e70e16c77554\",\n \"http://localhost:8002/api/v1/statustypen/14734ec8-04f8-4c18-a009-e190ff448ca9\"\n ],\n \"resultaattypen\": [\n \"http://localhost:8002/api/v1/resultaattypen/eead9dcd-9544-4862-8a03-b55643f95228\"\n ],\n \"eigenschappen\": [\n \"http://localhost:8002/api/v1/eigenschappen/d417bd46-a2a8-46d7-bb8c-4c8dc214301b\"\n ],\n \"informatieobjecttypen\": [],\n \"besluittypen\": [],\n \"gerelateerdeZaaktypen\": [],\n \"beginGeldigheid\": \"2023-01-01\",\n \"versiedatum\": \"2019-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "4fbc7f2c-5c42-468e-8bb5-f462255dbcc1", "type": "text/javascript", "exec": ["pm.test(\"Maak een ZAAKTYPE aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_zaaktype_url\", pm.response.json().url);", " pm.globals.set(\"zaaktype_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "32d7e544-0ca1-447d-bd5a-612684667dc6"}}, {"listen": "prerequest", "script": {"id": "b98cfb26-a227-43cb-b24e-f5fad9464ac3", "type": "text/javascript", "exec": ["var uuid = require('uuid');", "var myUUID = uuid.v4(); ", "pm.globals.set(\"random_identificatie_zaaktype_created\", myUUID);", ""], "_lastExecutionId": "3b685377-69b6-4719-92c6-a7ab735b8050"}}]}, {"id": "301cf492-a4fe-40e6-b150-4bf696501515", "name": "Een specifieke ZAAKTYPE opvragen.", "request": {"description": {"content": "Een specifieke ZAAKTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{created_zaaktype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "f1b61c9d-8cfb-463a-aaa9-3421fe5178ba", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek ZAAKTYPE opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "5d2b2f84-376e-45c7-a6e5-dc5f6483efcd"}}]}, {"id": "3c2484da-b6a8-4ef4-8e77-02a00aa6cc45", "name": "Werk een ZAAKTYPE in zijn geheel bij.", "request": {"description": {"content": "Werk een ZAAKTYPE in zijn geheel bij. Dit kan alleen als het een concept\nbetreft.", "type": "text/plain"}, "url": {"host": ["{{created_zaaktype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "d63b3455-efb1-4b25-a877-ca6c236fb5ec", "name": "Gone", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "db2afb23-41a4-44e4-a015-67b07d729878", "name": "Forbidden", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "1714625f-ba13-4bbd-89cb-b145191e59be", "name": "OK", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"url\": \"<uri>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"statustypen\": [\n \"<uri>\"\n ],\n \"resultaattypen\": [\n \"<uri>\"\n ],\n \"eigenschappen\": [\n \"<uri>\"\n ],\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"roltypen\": [\n \"<uri>\"\n ],\n \"eindeGeldigheid\": \"<date>\",\n \"concept\": \"<boolean>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ac31a26d-7634-48c8-8591-d2d352d3650b", "name": "Not acceptable", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ce7b3003-3bc5-4d9d-bda3-595152576039", "name": "Internal server error", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "919da0c2-bf0a-4f7e-b8f5-496adb0fc4d9", "name": "Unauthorized", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "91acea88-772d-4b2e-951a-5a8cee33d7b8", "name": "Not found", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "563dca06-545a-45f1-973d-3487cd73ae4c", "name": "Bad request", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "0c83980b-5272-46ee-948d-437da6af2772", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "916590dc-e2c1-466a-83c2-5c643bb6913e", "name": "Conflict", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "76d75ca2-9751-441a-89e3-54c8e89d8263", "name": "Too many requests", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "prerequest", "script": {"id": "ce1e8e9e-aa0a-4881-9242-a97492c86f1f", "type": "text/javascript", "exec": ["// Retrieve the body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"zaaktype_body\"));", "body.omschrijving = \"aangepast\"", "", "// Store the modified body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "ace45876-4672-4b63-a807-fe400407c299"}}, {"listen": "test", "script": {"id": "fff1b4d3-08a1-4ea2-acf1-9e8ab8033dc1", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAKTYPE in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een ZAAKTYPE in zijn geheel bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast\");", "});"], "_lastExecutionId": "0503b5c4-e526-416e-aa5b-bb48560866f2"}}]}, {"id": "647a1c31-e7e5-453e-a137-8ad5add9513c", "name": "Werk een ZAAKTYPE deels bij.", "request": {"description": {"content": "Werk een ZAAKTYPE deels bij. Dit kan alleen als het een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_zaaktype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"aangepast2\"\n}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "2e178233-c6eb-474b-a4e7-954968d79772", "name": "Not acceptable", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "a80940d8-4715-4833-8a2e-db1e411887c3", "name": "OK", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"url\": \"<uri>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"statustypen\": [\n \"<uri>\"\n ],\n \"resultaattypen\": [\n \"<uri>\"\n ],\n \"eigenschappen\": [\n \"<uri>\"\n ],\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"roltypen\": [\n \"<uri>\"\n ],\n \"eindeGeldigheid\": \"<date>\",\n \"concept\": \"<boolean>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "51ddcde1-0d33-4bdf-8bc4-3e622fc9b6bd", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "68e1ed16-c993-410e-ba56-93ccbf24eef6", "name": "Forbidden", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "72bbcb6b-bb8e-49c5-935b-005dd20a75a2", "name": "Internal server error", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "514b9951-d4ef-4895-90d2-6e9134102092", "name": "Gone", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "34eb253b-b780-43ac-b0cd-28ce4fe1880e", "name": "Too many requests", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "53030df1-610e-4f64-901b-cdc48f72bf1e", "name": "Not found", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e6d591d6-1ed8-4b9c-bae2-e27ee9bac5a4", "name": "Unauthorized", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "9ffb508f-ff8c-4e70-830f-3db44615b90c", "name": "Bad request", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "397e84a2-2778-401c-99f2-c99c68468311", "name": "Conflict", "originalRequest": {"url": {"path": ["zaaktypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"identificatie\": \"<integer>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"doel\": \"<string>\",\n \"aanleiding\": \"<string>\",\n \"indicatieInternOfExtern\": \"<string>\",\n \"handelingInitiator\": \"<string>\",\n \"onderwerp\": \"<string>\",\n \"handelingBehandelaar\": \"<string>\",\n \"doorlooptijd\": \"<duration>\",\n \"opschortingEnAanhoudingMogelijk\": \"<boolean>\",\n \"verlengingMogelijk\": \"<boolean>\",\n \"publicatieIndicatie\": \"<boolean>\",\n \"productenOfDiensten\": [\n \"<uri>\",\n \"<uri>\"\n ],\n \"referentieproces\": {\n \"naam\": \"<string>\",\n \"link\": \"<uri>\"\n },\n \"catalogus\": \"<uri>\",\n \"besluittypen\": [\n \"<uri>\"\n ],\n \"gerelateerdeZaaktypen\": [\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n },\n {\n \"zaaktype\": \"<uri>\",\n \"aardRelatie\": \"<string>\",\n \"toelichting\": \"<string>\"\n }\n ],\n \"beginGeldigheid\": \"<date>\",\n \"versiedatum\": \"<date>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"servicenorm\": \"<duration>\",\n \"verlengingstermijn\": \"<duration>\",\n \"trefwoorden\": [\n \"<string>\",\n \"<string>\"\n ],\n \"publicatietekst\": \"<string>\",\n \"verantwoordingsrelatie\": [\n \"<string>\",\n \"<string>\"\n ],\n \"selectielijstProcestype\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "6f651f6b-da14-42ca-ae5b-27ae89aa1fcb", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAKTYPE deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een ZAAKTYPE deels bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast2\");", "});"], "_lastExecutionId": "36b6b179-b392-4200-9e6a-4ad299f82f98"}}]}, {"id": "50d6c95c-c8e9-4b05-8bd8-d74b17ec7d4b", "name": "Opvragen en bewerken van ZAAKTYPEn nodig voor ZAKEN in de Zaken API.", "request": {"description": {"content": "Een ZAAKTYPE beschrijft het geheel van karakteristieke eigenschappen van\nzaken van eenzelfde soort.", "type": "text/plain"}, "url": {"path": ["publish"], "host": ["{{created_zaaktype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST"}, "response": [], "event": [{"listen": "test", "script": {"id": "ac26042c-1d78-4f9b-83d5-c89ee32e3de9", "type": "text/javascript", "exec": ["pm.test(\"Publiceer een ZAAKTYPE aan geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Publiceer een ZAAKTYPE zet concept op False\", function() {", " pm.expect(pm.response.json().concept).to.be.equal(false);", "});"], "_lastExecutionId": "ca5e2f6c-523c-4cdc-8ab8-029fd2bfadce"}}]}, {"id": "641f7f03-3f15-4127-b504-5e182c054238", "name": "Verwijder een ZAAKTYPE.", "request": {"description": {"content": "Verwijder een ZAAKTYPE. Dit kan alleen als het een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_zaaktype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "8934fffa-d38f-4673-b142-f6f0f248b1df", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een ZAAKTYPE geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "96890581-30ab-44c0-aa44-1b7a0ee3baed"}}]}, {"id": "14bd30f7-840b-4aa7-9155-197ec7dc0165", "name": "Create concept Zaaktype", "request": {"description": {"content": "Maak een ZAAKTYPE aan.\n\nEr wordt gevalideerd op:\n- geldigheid `catalogus` URL, dit moet een catalogus binnen dezelfde API zijn\n- Uniciteit `catalogus` en `omschrijving`. Dezelfde omeschrijving mag enkel\n opnieuw gebruikt worden als het zaaktype een andere geldigheidsperiode\n kent dan bestaande zaaktypen.", "type": "text/plain"}, "url": {"path": ["zaaktypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"identificatie\": \"{{random_identificatie_zaaktype_created_concept}}\",\n \"omschrijving\": \"zrc_tests_2\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"{{procestype_url}}\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"{{catalogus_url}}\",\n \"statustypen\": [\n \"http://localhost:8002/api/v1/statustypen/ecb7fc03-5c11-46be-917f-e70e16c77554\",\n \"http://localhost:8002/api/v1/statustypen/14734ec8-04f8-4c18-a009-e190ff448ca9\"\n ],\n \"resultaattypen\": [\n \"http://localhost:8002/api/v1/resultaattypen/eead9dcd-9544-4862-8a03-b55643f95228\"\n ],\n \"eigenschappen\": [\n \"http://localhost:8002/api/v1/eigenschappen/d417bd46-a2a8-46d7-bb8c-4c8dc214301b\"\n ],\n \"informatieobjecttypen\": [],\n \"besluittypen\": [],\n \"gerelateerdeZaaktypen\": [],\n \"beginGeldigheid\": \"2019-01-01\",\n \"versiedatum\": \"2019-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\n \"verantwoordelijke\":\"Organisatie eenheid X\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "d10618f0-b8e6-4622-a082-f577342b5886", "type": "text/javascript", "exec": ["if(pm.response.code == 201) {", " pm.globals.set(\"created_zaaktype_url\", pm.response.json().url);", "}"], "_lastExecutionId": "5e921a56-5964-422b-9353-3ebd33374a65"}}, {"listen": "prerequest", "script": {"id": "4bdac9c9-2a64-4731-bf69-8924d527ed45", "type": "text/javascript", "exec": ["var uuid = require('uuid');", "var myUUID = uuid.v4(); ", "pm.globals.set(\"random_identificatie_zaaktype_created_concept\", myUUID);", ""], "_lastExecutionId": "1a80b5b6-6a25-49ad-b542-06c821c124f3"}}]}], "event": []}, {"id": "7b3819c5-f298-484c-8cb7-a07af2bd3ee2", "name": "besluittypen", "description": {"content": "Folder for besluittypen", "type": "text/plain"}, "item": [{"id": "6f8eec7c-b233-491c-91aa-a8aa4e12e1ff", "name": "Alle BESLUITTYPEn opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["besluittypen"], "host": ["{{ztc_url}}"], "query": [{"key": "catalogus", "value": "{{catalogus_url}}"}, {"key": "zaaktypen", "value": "{{zaaktype_url}}"}, {"key": "informatieobjecttypen", "value": "{{informatieobjecttype_url}}"}, {"key": "status", "value": "concept"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "3906baea-d309-4941-ba82-8ae8bd397465", "type": "text/javascript", "exec": ["pm.test(\"Alle BESLUITTYPEn opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "1d095f33-0e19-4c0f-b37c-058dc7dade3d"}}]}, {"id": "1c184c4d-a985-4b00-a159-d24483575a3d", "name": "Maak een BESLUITTYPE aan.", "request": {"description": {"content": "Maak een BESLUITTYPE aan.", "type": "text/plain"}, "url": {"path": ["besluittypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"{{catalogus_url}}\",\n \"omschrijving\": \"besluittype test\",\n \"zaaktypen\": [],\n\t\"publicatieIndicatie\": false,\n\t\"informatieobjecttypen\": [],\n\t\"beginGeldigheid\": \"2019-01-01\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "90eec966-3705-47b2-8f79-f32b82516209", "type": "text/javascript", "exec": ["pm.test(\"Maak een BESLUITTYPE aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_besluittype_url\", pm.response.json().url);", " pm.globals.set(\"besluittype_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "dfd1b842-07d7-4e3f-8f6d-bbb39e36b307"}}]}, {"id": "05d55ce9-2f1a-443f-b38c-b894080364fd", "name": "Een specifiek BESLUITTYPE opvragen.", "request": {"description": {"content": "Een specifieke BESLUITTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{created_besluittype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "36b99cd9-b6e1-4a65-83ea-39fae6b0a412", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek BESLUITTYPE opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "bd21009d-157c-4edf-86c4-fcb6c74b2662"}}]}, {"id": "8e169aa5-6ec2-437d-84fd-ea6994d5ae89", "name": "Werk een BESLUITTYPE in zijn geheel bij.", "request": {"description": {"content": "Werk een BESLUITTYPE in zijn geheel bij. Dit kan alleen als het een concept\nbetreft.", "type": "text/plain"}, "url": {"host": ["{{created_besluittype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "221ffba7-623f-435f-8f01-6baeba9a9237", "name": "Not acceptable", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "40a23c50-725a-4a34-8d7f-524671158a9b", "name": "Too many requests", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "4b86a947-a99d-4dab-80ba-2ec7146f50c1", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "661bd99f-21f2-4761-a225-093f4a81ee52", "name": "Conflict", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "f9ae8dbb-e5dc-4d27-a547-4de7953343df", "name": "Bad request", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "a5f010c3-5cfd-478b-b7b2-b2c3fff4e70e", "name": "Gone", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "106ae670-6e47-466c-8532-17c19310892b", "name": "Internal server error", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "416b7b96-a23b-48c2-bcf7-7af377edc99f", "name": "Forbidden", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "94e86469-3b2a-4d64-bfed-871e785521d0", "name": "Not found", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "b182d749-8a5c-4505-ba05-17c897c825e0", "name": "Unauthorized", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "3352749a-fbc9-473f-b84f-339637364852", "name": "OK", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"url\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\",\n \"concept\": \"<boolean>\"\n}", "cookie": []}], "event": [{"listen": "prerequest", "script": {"id": "9aa9efd5-11e9-4e53-b3f8-cbfa1c357f92", "type": "text/javascript", "exec": ["// Retrieve the body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"besluittype_body\"));", "pm.globals.set(\"omschrijving\", \"aangepaste omschrijving\");", "body.omschrijving = pm.globals.get(\"omschrijving\");", "", "// Store the modified body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "4afcfec7-1903-4904-9c0e-e0039708d593"}}, {"listen": "test", "script": {"id": "48b9a7cf-3e41-4561-9496-c5bb80d94ddb", "type": "text/javascript", "exec": ["pm.test(\"Werk een BESLUITTYPE in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een BESLUITTYPE in zijn geheel bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(pm.globals.get(\"omschrijving\"));", "});"], "_lastExecutionId": "5e03828a-80f6-4463-b401-1147eaf52f67"}}]}, {"id": "2f77b0ad-97b7-4aac-8d69-585223f8d5dc", "name": "Werk een BESLUITTYPE deels bij.", "request": {"description": {"content": "Werk een BESLUITTYPE deels bij. Dit kan alleen als het een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_besluittype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"omschrijving\": \"aangepast2\"\n}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "66ec9e45-f38a-44f4-8009-dd20edff0f80", "name": "OK", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"url\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\",\n \"concept\": \"<boolean>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "a12610d2-6605-4771-bfcb-68f9fd9e21d4", "name": "Forbidden", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "a3329952-5769-4d68-984e-9e369ee56bb4", "name": "Too many requests", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e7e958d5-2a82-4ce2-9799-695c3d28e0dc", "name": "Unauthorized", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "83ecb065-b9d6-40b0-95d6-5f53caa34d71", "name": "Gone", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e1c06e60-f64e-4042-ae3b-25566dceab9b", "name": "Internal server error", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "061c4403-482a-42f6-a266-bdfeb40d5613", "name": "Bad request", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "981bf38c-f807-420e-b949-661fa4d92acf", "name": "Not acceptable", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "4551d23d-4b98-4908-89cb-f2ca00f63104", "name": "Conflict", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "d5086460-13b6-4938-bfcd-f07786877f16", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "d60900a6-90ba-491a-a9bb-9cc08e02bdef", "name": "Not found", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "7d2980bf-9082-4df0-85df-996577c0d9fd", "type": "text/javascript", "exec": ["pm.test(\"Werk een BESLUITTYPE deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een BESLUITTYPE deels bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast2\");", "});"], "_lastExecutionId": "27a8e6d9-5aa1-409c-9c67-ee7f430f5a87"}}]}, {"id": "b2c318a9-670c-4cc1-9928-53c426aba98a", "name": "Opvragen en bewerken van BESLUITTYPEn nodig voor BESLUITEN in de Besluiten\nAPI.", "request": {"description": {"content": "Alle BESLUITTYPEn van de besluiten die het resultaat kunnen zijn van het\nzaakgericht werken van de behandelende organisatie(s).", "type": "text/plain"}, "url": {"path": ["publish"], "host": ["{{created_besluittype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST"}, "response": [], "event": [{"listen": "test", "script": {"id": "3ea53de9-dc5e-42db-85da-e12504f97c47", "type": "text/javascript", "exec": ["pm.test(\"Opvragen en bewerken van BESLUITTYPEn nodig voor BESLUITEN in de BesluitenAPI geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Publiceer een BESLUITTYPE zet concept op False\", function() {", " pm.expect(pm.response.json().concept).to.be.equal(false);", "});"], "_lastExecutionId": "72351422-81da-4b42-bffa-58d11904b281"}}]}, {"id": "131ae84f-b4b5-40e4-a89a-cabf49898509", "name": "Verwijder een BESLUITTYPE.", "request": {"description": {"content": "Verwijder een BESLUITTYPE. Dit kan alleen als het een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_besluittype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "1a9c63b8-d239-4f97-bd44-885ac587b84a", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een BESLUITTYPE geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "931904cb-f01e-43c8-979c-4c14b8b3b432"}}]}], "event": []}, {"id": "69d40c85-fed0-4d7c-8da7-7c14c5412363", "name": "catalogussen", "description": {"content": "Folder for catalogussen", "type": "text/plain"}, "item": [{"id": "bc6130c6-97a9-4fc9-828f-dc33767f6fd1", "name": "Alle CATALOGUSsen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "domein__in", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}, {"key": "rsin__in", "value": "000000000"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "3f93d43d-cfc6-4abf-bf96-b856b0242db8", "type": "text/javascript", "exec": ["pm.test(\"Alle CATALOGUSsen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "if(pm.response.code == 200) {", " if(pm.response.json().count) {", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Een specifieke CATALOGUS opvragen.\");", " }", "}"], "_lastExecutionId": "53213445-f7d8-40cd-8834-b5eb971e363d"}}]}, {"id": "4f89d03b-021e-441c-8945-5a0424221a9c", "name": "Maak een CATALOGUS aan.", "request": {"description": {"content": "Maak een CATALOGUS aan.", "type": "text/plain"}, "url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"domein\": \"ZGWT\",\n\t\"rsin\": \"000000000\",\n\t\"contactpersoonBeheerNaam\": \"Test Persoon\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "d2542a41-4b82-4e2c-982e-117601d40e20", "type": "text/javascript", "exec": ["pm.globals.set(\"catalogus_url\", pm.response.json().url);"]}}]}, {"id": "0f38ffe2-a3eb-44df-9de5-cf8d9be5efcd", "name": "Een specifieke CATALOGUS opvragen.", "request": {"description": {"content": "Een specifieke CATALOGUS opvragen.", "type": "text/plain"}, "url": {"host": ["{{catalogus_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "f5b1997e-b1a4-4b2a-8f10-dda3e1a3ad2f", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke CATALOGUS opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "37895be1-d4d9-44e7-b8d6-0dfeec9c042f"}}]}], "event": []}, {"id": "29caa6b9-05f9-400d-9fda-4ee44b9d5778", "name": "eigenschappen", "description": {"content": "Folder for eigenschappen", "type": "text/plain"}, "item": [{"id": "804182ff-6e7a-4d9f-b522-cbc879e56266", "name": "Alle EIGENSCHAPpen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["eigenschappen"], "host": ["{{ztc_url}}"], "query": [{"key": "zaaktype", "value": "{{zaaktype_url}}"}, {"key": "status", "value": "concept"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "c771267e-2c93-447a-9ae1-3f7413ca5580", "type": "text/javascript", "exec": ["pm.test(\"Alle EIGENSCHAPpen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "d25783cd-2a13-4ab6-8ace-0a5b77e42ef4"}}]}, {"id": "df917248-0280-4404-8328-25f30dcc7670", "name": "Maak een EIGENSCHAP aan.", "request": {"description": {"content": "Maak een EIGENSCHAP aan. Dit kan alleen als het bijbehorende ZAAKTYPE een\nconcept betreft.", "type": "text/plain"}, "url": {"path": ["eigenschappen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"naam\": \"test eigenschap2\",\n\t\"definitie\": \"for test\",\n\t\"zaaktype\": \"{{created_zaaktype_url}}\",\n \"specificatie\": {\n \"formaat\": \"tekst\",\n \"lengte\": \"5\",\n \"kardinaliteit\": \"1\",\n \"waardenverzameling\": [\"test\"]\n }\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "aa5f9a26-a782-4d8c-a6f2-b7b5be447d00", "type": "text/javascript", "exec": ["pm.test(\"Maak een EIGENSCHAP aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "pm.globals.set(\"eigenschap_url\", pm.response.json().url);", "pm.globals.set(\"eigenschap_body\", pm.request.body.raw);"], "_lastExecutionId": "13ce7f3f-f396-4da4-ae88-6006ffd6f71b"}}]}, {"id": "673bcae0-7201-49bf-872e-9e7784fc6dba", "name": "Een specifieke EIGENSCHAP opvragen.", "request": {"description": {"content": "Een specifieke EIGENSCHAP opvragen.", "type": "text/plain"}, "url": {"host": ["{{eigenschap_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "556ddf73-a385-4ac1-b023-ea243f97af45", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke EIGENSCHAP opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "0e95be9d-5884-44bc-95ab-de8f126029c5"}}]}, {"id": "8d611bea-14dd-45e3-a6e3-655d623b4a0a", "name": "Werk een EIGENSCHAP in zijn geheel bij.", "request": {"description": {"content": "Werk een EIGENSCHAP in zijn geheel bij. Dit kan alleen als het\nbijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{eigenschap_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "5d211473-0140-41b8-9413-7f7f6c98c60b", "name": "Too many requests", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "7640ac71-3bc8-471c-908b-1d70427c3c04", "name": "Not acceptable", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "2e274a40-63d2-43ce-82a3-592a059d4bb5", "name": "Gone", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "0f9c613b-4a18-493c-8845-4dca0e632331", "name": "Unauthorized", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "656d2507-8221-4ed1-b3a0-1563112aa80f", "name": "Not found", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "6be8e8ad-5e09-4fe3-81ca-29c5fd0a7a70", "name": "Bad request", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "8cfcdd5d-c83a-451e-b836-469160efdf14", "name": "Internal server error", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "265a17ee-e0f6-463c-814c-3d243fbb1b22", "name": "Conflict", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "126ead62-a95f-4573-bb8f-a2775ad7737c", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "dedf5878-a5c4-4f80-884a-20b5e296b8a1", "name": "Forbidden", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "4ca701e3-82df-44c1-9583-04116cbeeb3e", "name": "OK", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"url\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "prerequest", "script": {"id": "5d3c2c89-3656-4761-adb1-56f629bc96ee", "type": "text/javascript", "exec": ["// Retrieve the body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"eigenschap_body\"));", "body.toelichting = \"aangepast\";", "", "// Store the modified body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "f213147d-ee64-4d94-b57f-2aa43229fce4"}}, {"listen": "test", "script": {"id": "90a52883-be4c-4be4-89a6-828be112b27f", "type": "text/javascript", "exec": ["pm.test(\"Werk een EIGENSCHAP in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een EIGENSCHAP in zijn geheel bij past attributen aan\", function() {", " pm.expect(pm.response.json().toelichting).to.be.equal(\"aangepast\");", "});"], "_lastExecutionId": "d0d3a28d-1316-4499-bca9-16b0915ba4f4"}}]}, {"id": "4d9e6e31-535f-490c-a2a3-50cf6bafec50", "name": "Werk een EIGENSCHAP deels bij.", "request": {"description": {"content": "Werk een EIGENSCHAP deels bij. Dit kan alleen als het bijbehorende\nZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{eigenschap_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"toelichting\": \"aangepast2\"\n}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "2226ff8e-592e-44ca-9a54-6486566087a2", "name": "OK", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"url\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "165e4004-310f-493c-bf39-6159cb1ef944", "name": "Gone", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e45f2ff2-03fc-42de-8055-f719a0dfaf37", "name": "Internal server error", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "afdf842f-592b-4fc8-87d9-f5cc9fd81d21", "name": "Forbidden", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "02390088-4fcd-42f2-add6-bd65121d7d90", "name": "Bad request", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "269f826e-70d1-4f87-9165-5e5c411b371a", "name": "Not acceptable", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "a8c3ba6f-99f9-4017-8e12-1250f1f01a1d", "name": "Conflict", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "659891a7-b1d9-46b2-8d8b-482b2d6cd64e", "name": "Unauthorized", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ac5d0cb0-1547-44f5-a8e5-fba43f3924e5", "name": "Too many requests", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "42db22b6-130a-49b4-9830-5e5ae46ed22e", "name": "Not found", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "7b542c75-5c6a-4b06-9b43-27188e4fef73", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["eigenschappen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"naam\": \"<string>\",\n \"definitie\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"specificatie\": {\n \"formaat\": \"<string>\",\n \"lengte\": \"<string>\",\n \"kardinaliteit\": \"<string>\",\n \"groep\": \"<string>\",\n \"waardenverzameling\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n \"toelichting\": \"<string>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "8382a16a-d14d-4ccb-96e1-0f63bbff64e3", "type": "text/javascript", "exec": ["pm.test(\"Werk een EIGENSCHAP deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een EIGENSCHAP deels bij past attributen aan\", function() {", " pm.expect(pm.response.json().toelichting).to.be.equal(\"aangepast2\");", "});"], "_lastExecutionId": "453db44e-1ccc-4373-b1ed-9737da32ab1f"}}]}, {"id": "9f9857f0-320d-4577-a5d2-34d6cb5ce61f", "name": "Verwijder een EIGENSCHAP.", "request": {"description": {"content": "Verwijder een EIGENSCHAP. Dit kan alleen als het bijbehorende ZAAKTYPE een\nconcept betreft.", "type": "text/plain"}, "url": {"host": ["{{eigenschap_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "11ca4226-8411-4a74-bde7-7b948760fbf3", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een EIGENSCHAP geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "40fbc652-76f7-43f0-a2a5-4402678be82e"}}]}], "event": []}, {"id": "5be6d438-632a-4bfd-a9d7-f4b5066f0d9d", "name": "informatieobjecttypen", "description": {"content": "Folder for informatieobjecttypen", "type": "text/plain"}, "item": [{"id": "636d5651-696c-43d2-8147-8ec7516f99ef", "name": "Alle INFORMATIEOBJECTTYPEn opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [{"key": "catalogus", "value": "{{catalogus_url}}"}, {"key": "status", "value": "concept"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "dfeabbe8-e6d7-4f26-b76b-e2c825c1163b", "type": "text/javascript", "exec": ["pm.test(\"Alle INFORMATIEOBJECTTYPEn opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "6aeafe7b-e1af-4c72-a529-861929debec5"}}]}, {"id": "42318068-4760-4fb6-8829-540f3b1dc20e", "name": "Maak een INFORMATIEOBJECTTYPE aan.", "request": {"description": {"content": "Maak een INFORMATIEOBJECTTYPE aan.", "type": "text/plain"}, "url": {"path": ["informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"catalogus\": \"{{catalogus_url}}\",\n\t\"omschrijving\": \"informatieobject2\",\n\t\"vertrouwelijkheidaanduiding\": \"openbaar\",\n\t\"beginGeldigheid\": \"2019-01-01\",\n \"informatieobjectcategorie\":\"informatieobject2\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "0b5eb604-ec5c-425f-942b-e7ab85eddc02", "type": "text/javascript", "exec": ["pm.test(\"Maak een INFORMATIEOBJECTTYPE aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_informatieobjecttype_url\", pm.response.json().url);", " pm.globals.set(\"informatieobjecttype_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "98864e76-6ef5-43c5-b85a-c23a431234c4"}}]}, {"id": "82c112ae-9ff5-4848-abea-eb67dfabf696", "name": "Een specifiek INFORMATIEOBJECTTYPE opvragen.", "request": {"description": {"content": "Een specifieke INFORMATIEOBJECTTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{created_informatieobjecttype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "519dd51d-49f5-445e-890f-359ff6194ba0", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek INFORMATIEOBJECTTYPE opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "4d328441-f30b-4ae1-bc35-bc94a02ba433"}}]}, {"id": "eef1db72-1b8f-455f-9884-0e664ebd8c17", "name": "Werk een INFORMATIEOBJECTTYPE in zijn geheel bij.", "request": {"description": {"content": "Werk een INFORMATIEOBJECTTYPE in zijn geheel bij. Dit kan alleen als het een\nconcept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_informatieobjecttype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "c0aea160-385f-434b-ba66-3b9d806a7def", "name": "Not acceptable", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e3d7a020-766e-4db4-8dc0-86ec68086836", "name": "Gone", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "103ac61b-5ddd-4e33-9e03-3640ddb919ab", "name": "Too many requests", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "8761f8b4-052a-4867-b39b-13649267ab10", "name": "Conflict", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "674c50cc-5c70-442c-a00e-fcf4701fbef2", "name": "Internal server error", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ff781e7a-295c-4bed-b8db-e0b21ab26057", "name": "Unauthorized", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "c481ed5c-8803-40d1-a058-e5e4b9e8f493", "name": "Bad request", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "2b1a8761-9205-4a63-88e9-bd13201b11a5", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e7c76a2c-09df-4c63-ad88-e3d69d2fcbda", "name": "Forbidden", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "792c8534-f8a6-4115-ae57-c7e627c90645", "name": "Not found", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ba05ade4-c56d-4a06-af65-faff961d6863", "name": "OK", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"url\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\",\n \"concept\": \"<boolean>\"\n}", "cookie": []}], "event": [{"listen": "prerequest", "script": {"id": "44dc1ba1-8f0d-411d-b6b7-6113ade05cb2", "type": "text/javascript", "exec": ["// Retrieve the body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"informatieobjecttype_body\"));", "body.omschrijving = \"aangepast\";", "", "// Store the modified body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "26a47428-075f-42f3-9389-960545847b47"}}, {"listen": "test", "script": {"id": "e356d50d-02fa-479c-8759-d4315da97941", "type": "text/javascript", "exec": ["pm.test(\"Werk een INFORMATIEOBJECTTYPE in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een INFORMATIEOBJECTTYPE in zijn geheel bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast\");", "});"], "_lastExecutionId": "493509e9-c2ff-4ae8-8598-ad1282b64f4b"}}]}, {"id": "e0fc26f8-3965-427a-bbb3-11a17d6cb351", "name": "Werk een INFORMATIEOBJECTTYPE deels bij.", "request": {"description": {"content": "Werk een INFORMATIEOBJECTTYPE deels bij. Dit kan alleen als het een concept\nbetreft.", "type": "text/plain"}, "url": {"host": ["{{created_informatieobjecttype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"omschrijving\": \"aangepast2\"\n}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "a476ec6d-c0ea-4e8d-a8f4-298266c0399d", "name": "Forbidden", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ad1efd59-ab7e-4530-80fb-0784e0eb377b", "name": "Conflict", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "82b51229-c93e-4fb7-b745-cc6f4666dd32", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "45d01ce4-190f-4577-8db6-843fd86984db", "name": "Bad request", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "037de21f-2eee-4ae5-9b82-97db38b9ed78", "name": "Too many requests", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "5bf64f11-e416-4882-93b8-3456cd00d594", "name": "OK", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"url\": \"<uri>\",\n \"eindeGeldigheid\": \"<date>\",\n \"concept\": \"<boolean>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "43254ea5-47e9-4982-a509-a448316543a9", "name": "Not found", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "b30e191d-4bf2-4ddf-adab-83d23856b674", "name": "Internal server error", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "be145ecd-e19f-4ce0-93a2-e06f5e489350", "name": "Gone", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "4f50ed49-1841-426e-8e6d-1339afa84e6c", "name": "Not acceptable", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "f33ed01f-d73f-4207-a797-30967693edf7", "name": "Unauthorized", "originalRequest": {"url": {"path": ["informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"vertrouwelijkheidaanduiding\": \"<string>\",\n \"beginGeldigheid\": \"<date>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "4218c7fc-8ea4-41c3-b0a1-1bf963ce1441", "type": "text/javascript", "exec": ["pm.test(\"Werk een INFORMATIEOBJECTTYPE deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een INFORMATIEOBJECTTYPE deels bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast2\");", "});"], "_lastExecutionId": "6065e917-a3e9-4a0a-8108-b3c6c413205e"}}]}, {"id": "4727669f-f8db-410a-87e0-63689ba7758a", "name": "Opvragen en bewerken van INFORMATIEOBJECTTYPEn nodig voor\nINFORMATIEOBJECTen in de Documenten API.", "request": {"description": {"content": "Een INFORMATIEOBJECTTYPE beschijft de karakteristieken van een document of\nander object dat informatie bevat.", "type": "text/plain"}, "url": {"path": ["publish"], "host": ["{{created_informatieobjecttype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST"}, "response": [], "event": [{"listen": "test", "script": {"id": "fbf0389c-ae20-4cb5-ba94-3bfc5257ab52", "type": "text/javascript", "exec": ["pm.test(\"Publiceer een INFORMATIEOBJECTTYPE aan geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Publiceer een INFORMATIEOBJECTTYPE zet concept op False\", function() {", " pm.expect(pm.response.json().concept).to.be.equal(false);", "});"], "_lastExecutionId": "4c2d96f1-7fcb-41e0-9c24-eca5266060f8"}}]}, {"id": "f18a230b-77b5-45a3-9fa6-49673e454e22", "name": "Verwijder een INFORMATIEOBJECTTYPE.", "request": {"description": {"content": "Verwijder een INFORMATIEOBJECTTYPE. Dit kan alleen als het een concept\nbetreft.", "type": "text/plain"}, "url": {"host": ["{{created_informatieobjecttype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "2e13f4f5-18ab-48b5-bd25-7df68c2b9be0", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een INFORMATIEOBJECTTYPE geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "bbe393cc-154a-4a79-bf1d-8c0ea2c6eac5"}}]}, {"id": "d4dc2f1a-ab7f-46a2-b617-56c1a6906bfd", "name": "Create concept Informatieobjecttype", "request": {"description": {"content": "Maak een INFORMATIEOBJECTTYPE aan.", "type": "text/plain"}, "url": {"path": ["informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"catalogus\": \"{{catalogus_url}}\",\n\t\"omschrijving\": \"informatieobject2\",\n\t\"vertrouwelijkheidaanduiding\": \"openbaar\",\n\t\"beginGeldigheid\": \"2019-01-01\",\n \"informatieobjectcategorie\":\"informatieobject2\"\n\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "bae6e818-fd42-4e73-9137-c9e50e0c073e", "type": "text/javascript", "exec": ["if(pm.response.code == 201) {", " pm.globals.set(\"created_informatieobjecttype_url\", pm.response.json().url);", "}"], "_lastExecutionId": "59064a95-30c8-4e9c-8a7b-b51ff285b8fa"}}]}], "event": []}, {"id": "b34ffab8-c98f-44e8-9b55-aeb2a69c469c", "name": "resultaattypen", "description": {"content": "Folder for resultaattypen", "type": "text/plain"}, "item": [{"id": "1209d0a9-0c2e-4990-b303-ee20f234e499", "name": "Alle RESULTAATTYPEn opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["resultaattypen"], "host": ["{{ztc_url}}"], "query": [{"key": "zaaktype", "value": "{{zaaktype_url}}"}, {"key": "status", "value": "concept"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "445dbabd-2ad7-424a-9386-3b3dc5a19ab5", "type": "text/javascript", "exec": ["pm.test(\"Alle RESULTAATTYPEn opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "a8bbf7a6-4150-4815-b8c4-da25cc611c22"}}]}, {"id": "0cc985cf-e01d-4b15-8853-3c423771bc95", "name": "Maak een RESULTAATTYPE aan.", "request": {"description": {"content": "Maak een RESULTAATTYPE aan. Dit kan alleen als het bijbehorende ZAAKTYPE een\nconcept betreft.", "type": "text/plain"}, "url": {"path": ["resultaattypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaaktype\": \"{{created_zaaktype_url}}\",\n\t\"omschrijving\": \"TEST2\",\n\t\"resultaattypeomschrijving\": \"{{resultaattypeomschrijving_url}}\",\n\t\"selectielijstklasse\": \"{{selectielijstklasse_url}}\",\n\t\"brondatumArchiefprocedure\": {\n\t\t\"afleidingswijze\": \"gerelateerde_zaak\",\n\t\t\"procestermijn\": null,\n\t\t\"datumkenmerk\": \"\",\n\t\t\"einddatumBekend\": false,\n\t\t\"objecttype\": \"\",\n\t\t\"registratie\": \"\"\n\t}\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "2a925894-a9d0-46cd-b126-3e66ffb4d745", "type": "text/javascript", "exec": ["pm.test(\"Maak een RESULTAATTYPE aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_resultaattype_url\", pm.response.json().url);", " pm.globals.set(\"resultaattype_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "d2b12d71-cff2-4b68-af00-76ec2d1bc029"}}]}, {"id": "37219fe5-453a-4a36-b874-083b54e0a870", "name": "Een specifieke RESULTAATTYPE opvragen.", "request": {"description": {"content": "Een specifieke RESULTAATTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{created_resultaattype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "750c93d1-f690-406e-86d4-a4a801b4b5f8", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek RESULTAATTYPE opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "be729161-317f-4350-adc4-a6d524e182bc"}}]}, {"id": "d200b1d9-16f6-44f4-b7ff-9c4773169130", "name": "Werk een RESULTAATTYPE in zijn geheel bij.", "request": {"description": {"content": "Werk een RESULTAATTYPE in zijn geheel bij. Dit kan alleen als het\nbijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_resultaattype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "0b765ff5-ee15-4026-af97-e7ddbc748927", "name": "OK", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"url\": \"<uri>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "960f2fd4-93d9-4451-8bb8-3ff69bb65a0c", "name": "Too many requests", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "d563b56e-eb1b-4144-ac42-317d140eb9e7", "name": "Not acceptable", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "6cfc9d82-8ae0-49da-985c-8527b2b9a037", "name": "Gone", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "a1213bb3-d9fa-438c-80d7-245156a17101", "name": "Unauthorized", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "6c41fd0b-bc03-4c3e-9f43-99147e40857a", "name": "Bad request", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "7901baea-c61a-4b0a-b356-387b9881330f", "name": "Internal server error", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "40df5eb8-8827-438d-9d54-d77a967d5b0a", "name": "Not found", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "8050e6b2-af13-4cff-8aaa-d62ed2f157a3", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "922707c7-5ca9-4bfa-a665-eabaa97f7967", "name": "Forbidden", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "2a0afec5-c28f-4e6d-91d4-1062762f3b92", "name": "Conflict", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "27175479-9abb-47fc-a55f-c37e4af9882f", "type": "text/javascript", "exec": ["pm.test(\"Werk een RESULTAATTYPE in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een RESULTAATTYPE in zijn geheel bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast\");", "});"], "_lastExecutionId": "de286c1c-22bc-4b77-abe7-4f028eccbe21"}}, {"listen": "prerequest", "script": {"id": "e4a60a0b-2037-442e-bd2a-ddf98f005fbc", "type": "text/javascript", "exec": ["// Retrieve the body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"resultaattype_body\"));", "body.omschrijving = \"aangepast\";", "", "// Store the modified body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "6dffaaf5-0612-4323-82a6-8b7bd8a84b3f"}}]}, {"id": "e40b1fd0-99b6-4db7-ac70-d62f8070716f", "name": "Werk een RESULTAATTYPE deels bij.", "request": {"description": {"content": "Werk een RESULTAATTYPE deels bij. Dit kan alleen als het bijbehorende\nZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_resultaattype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"omschrijving\": \"aangepast2\"\n}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "69e8c24c-ac47-4fdd-a900-2ca195023f13", "name": "Not found", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "33f740ee-0e01-47de-b577-45ebe4d6212e", "name": "Forbidden", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "87fa45b8-71c2-473b-8998-3c9c4c798a94", "name": "Internal server error", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "4407d2f7-d390-4d5e-88fd-9c08b7fa77b6", "name": "Bad request", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "43322411-067e-43d6-8dce-d897168969a6", "name": "Conflict", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "535211f9-e3a2-4234-8b0a-c978797d5a74", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "9104346a-afa9-4418-b0e1-6aff7f8f51fe", "name": "Not acceptable", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "203fe388-fc5e-4684-9ccf-a96778375ff5", "name": "OK", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"url\": \"<uri>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e5af87f4-1ed1-452f-936c-c0c41b1bff78", "name": "Unauthorized", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "d72d2f58-b05d-4a42-9aa5-842f09129fa8", "name": "Too many requests", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "1c3a665a-a8d2-463d-ae7b-0e3c0692eeb0", "name": "Gone", "originalRequest": {"url": {"path": ["resultaattypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"resultaattypeomschrijving\": \"<uri>\",\n \"selectielijstklasse\": \"<uri>\",\n \"toelichting\": \"<string>\",\n \"archiefnominatie\": \"<string>\",\n \"archiefactietermijn\": \"<duration>\",\n \"brondatumArchiefprocedure\": {\n \"afleidingswijze\": \"<string>\",\n \"procestermijn\": \"<duration>\",\n \"datumkenmerk\": \"<string>\",\n \"einddatumBekend\": \"<boolean>\",\n \"objecttype\": \"<string>\",\n \"registratie\": \"<string>\"\n }\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "76088d56-bce0-439e-848a-b1b3f8d7cfda", "type": "text/javascript", "exec": ["pm.test(\"Werk een RESULTAATTYPE deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een RESULTAATTYPE deels bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast2\");", "});"], "_lastExecutionId": "7a338278-7b9c-4415-86de-fd8907530a39"}}]}, {"id": "29c5c328-d476-4816-90a5-85bfba0c2f2f", "name": "Verwijder een RESULTAATTYPE.", "request": {"description": {"content": "Verwijder een RESULTAATTYPE. Dit kan alleen als het bijbehorende ZAAKTYPE\neen concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_resultaattype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "d69c3aba-c51c-409b-8588-9e95b880f56d", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een RESULTAATTYPE opvragen geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "729bf226-edc7-483d-9c97-685ad790eff6"}}]}], "event": []}, {"id": "a0e13d22-2932-4b35-915b-131a45368473", "name": "roltypen", "description": {"content": "Folder for roltypen", "type": "text/plain"}, "item": [{"id": "5fa94db5-1e17-4d14-938a-60420e4d5907", "name": "Alle ROLTYPEn opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["roltypen"], "host": ["{{ztc_url}}"], "query": [{"key": "zaaktype", "value": "{{zaaktype_url}}"}, {"key": "omschrijvingGeneriek", "value": "adviseur"}, {"key": "status", "value": "concept"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "15ba41c2-77f3-44ea-82ae-1e638900876c", "type": "text/javascript", "exec": ["pm.test(\"Alle ROLTYPEn opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "8ebdc7c5-2fb8-4057-aea5-0d5db869cdce"}}]}, {"id": "a53bd022-01dc-4d08-8199-8ff1937b94c2", "name": "Maak een ROLTYPE aan.", "request": {"description": {"content": "Maak een ROLTYPE aan. Dit kan alleen als het bijbehorende ZAAKTYPE een\nconcept betreft.", "type": "text/plain"}, "url": {"path": ["roltypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaaktype\": \"{{created_zaaktype_url}}\",\n\t\"omschrijving\": \"test2\",\n\t\"omschrijvingGeneriek\": \"adviseur\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "c47fd26b-ddf0-4c1c-822f-a9259084dffb", "type": "text/javascript", "exec": ["pm.test(\"Maak een ROLTYPE aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_roltype_url\", pm.response.json().url);", " pm.globals.set(\"roltype_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "a707bbf6-40c0-4278-b7b9-f818893b3544"}}]}, {"id": "2ea9c5d3-7bff-4a9c-bae7-fde463a442f6", "name": "Een specifieke ROLTYPE opvragen.", "request": {"description": {"content": "Een specifieke ROLTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{created_roltype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "cf8f5360-47a9-487c-a979-65f0a1289326", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek ROLTYPE opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "1a438ce3-fd22-4dd3-a888-60ef4df611e2"}}]}, {"id": "5b4f2f27-d94a-4d6a-9631-40ecf494e844", "name": "Werk een ROLTYPE in zijn geheel bij.", "request": {"description": {"content": "Werk een ROLTYPE in zijn geheel bij. Dit kan alleen als het\nbijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_roltype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "aa555a75-0f94-444f-afaa-8a9d9fbe1e73", "name": "Unauthorized", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "f532abf4-6432-4daf-b70f-d2df6736041b", "name": "Bad request", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "40daecf3-fd68-4cb5-9d42-c03314ded98b", "name": "Not found", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "8c2f40b2-ee58-4fdd-baa9-5f6cd77269f7", "name": "Not acceptable", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "d313508e-8ba7-43a2-9e74-9eb8c860f412", "name": "Conflict", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ced5a846-bc38-43ea-9412-18cfc77a3ebb", "name": "Gone", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "6dba46ff-78c4-4827-beb0-baae336d46cc", "name": "OK", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"url\": \"<uri>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "f7bed6ee-2017-4bee-a893-c62ea7dd088f", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "965ad8cc-5690-455f-9e03-43b6ff54512d", "name": "Forbidden", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "053bbdf9-301a-4f69-8222-62df667416a3", "name": "Too many requests", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "baf8660b-eab3-4e2b-b871-e0e05bb8c02b", "name": "Internal server error", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "prerequest", "script": {"id": "8f46205e-108b-4f27-bda6-aabc4bb50022", "type": "text/javascript", "exec": ["// Retrieve the body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"roltype_body\"));", "body.omschrijving = \"aangepast\";", "", "// Store the modified body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "b96b174b-add7-43e6-a556-8adec3dfd3a9"}}, {"listen": "test", "script": {"id": "a8613d62-0594-41f1-afb7-3240815691ca", "type": "text/javascript", "exec": ["pm.test(\"Werk een ROLTYPE in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een ROLTYPE in zijn geheel bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast\");", "});"], "_lastExecutionId": "e55acb15-4a12-49c6-ac23-592cd562a779"}}]}, {"id": "53edd68a-cfd7-48d6-906e-52cd0ad7ec50", "name": "Werk een ROLTYPE deels bij.", "request": {"description": {"content": "Werk een ROLTYPE deels bij. Dit kan alleen als het bijbehorende\nZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_roltype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"omschrijving\": \"aangepast2\"\n}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "71cbc66f-7506-48d5-9f6f-3083ea658bd5", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "17b74722-b61d-4849-a97d-e1a2c309eab7", "name": "Forbidden", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ff53135c-5bb3-4395-b94e-f9644519e87c", "name": "Too many requests", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "3c99d956-6e0e-4eca-b098-19f427c8c5bf", "name": "Gone", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "bdf11ffe-f4c6-4663-84f7-483db1146876", "name": "Conflict", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "c10e29d0-d43e-4360-9387-1e2b7dc4f5df", "name": "Not acceptable", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "b7a14c9b-2537-4dff-8bde-51a512676045", "name": "Not found", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "9a3e2a1e-55a9-4340-868a-d53acff48dea", "name": "OK", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"url\": \"<uri>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e4aa149f-33e0-43fe-89c7-6d7d6a1fbf11", "name": "Unauthorized", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "85f561fc-e411-49d9-881a-70d7a90b7b97", "name": "Internal server error", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e59d39ef-89d1-43c3-9d9b-569834d3cc4f", "name": "Bad request", "originalRequest": {"url": {"path": ["roltypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "bb31634f-8d85-4594-adb8-169599b2431e", "type": "text/javascript", "exec": ["pm.test(\"Werk een ROLTYPE deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een ROLTYPE deels bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast2\");", "});"], "_lastExecutionId": "14031f0f-8c65-49b2-bea2-33b03d15b520"}}]}, {"id": "ce1f2d35-cc5e-4b79-a04d-11a62f6e502f", "name": "Verwijder een ROLTYPE.", "request": {"description": {"content": "Verwijder een ROLTYPE. Dit kan alleen als het bijbehorende ZAAKTYPE een\nconcept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_roltype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "e2339ebe-0c40-4f9e-bb0a-1c8eed81d455", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een ROLTYPE opvragen geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "aebc2de3-e9fa-476e-b709-fd650ed2d7c5"}}]}], "event": []}, {"id": "b30cbda0-91c9-424f-927e-947372d1d1fb", "name": "statustypen", "description": {"content": "Folder for statustypen", "type": "text/plain"}, "item": [{"id": "e30030c9-5bfd-4345-929b-d930826d0dcd", "name": "Alle STATUSTYPEn opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["statustypen"], "host": ["{{ztc_url}}"], "query": [{"key": "zaaktype", "value": "{{zaaktype_url}}"}, {"key": "status", "value": "concept"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "5166dc82-61d1-4012-861d-451b1fc493a9", "type": "text/javascript", "exec": ["pm.test(\"Alle STATUSTYPEn opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "25830f33-70f9-411e-933b-982b6e66a93b"}}]}, {"id": "189167fb-a281-488b-af1a-c0cee21c959a", "name": "Maak een STATUSTYPE aan.", "request": {"description": {"content": "Maak een STATUSTYPE aan. Dit kan alleen als het bijbehorende ZAAKTYPE een\nconcept betreft.", "type": "text/plain"}, "url": {"path": ["statustypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"omschrijving\": \"Eind2\",\n\t\"zaaktype\": \"{{created_zaaktype_url}}\",\n\t\"volgnummer\": 3\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "d30c6da3-dd0a-45b3-9eda-ea56f4e343be", "type": "text/javascript", "exec": ["pm.test(\"Maak een STATUSTYPE aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_statustype_url\", pm.response.json().url);", " pm.globals.set(\"statustype_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "e82b4a3c-bd24-4143-b3b2-29064ce49d93"}}]}, {"id": "1b892f11-13cd-4c0b-880d-850996802c11", "name": "Een specifieke STATUSTYPE opvragen.", "request": {"description": {"content": "Een specifieke STATUSTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{created_statustype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "014010c8-d561-4ea6-8558-cce0e61d3a24", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek STATUSTYPE opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "71957e46-4ac5-4261-ab91-7ac69a070f20"}}]}, {"id": "5d16c2ea-07d9-4ab5-a0f2-b7164617974a", "name": "Werk een STATUSTYPE in zijn geheel bij.", "request": {"description": {"content": "Werk een STATUSTYPE in zijn geheel bij. Dit kan alleen als het\nbijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_statustype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "e703f005-516f-4518-8408-bcda460346a9", "name": "Forbidden", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "b4a3f9f3-ac21-4474-a707-1223706d2aac", "name": "Not found", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "8f7dc7e2-a966-4dd8-9788-1b39ab88d733", "name": "Not acceptable", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "d1bc219d-bf92-4e04-91d3-62a50e44120d", "name": "Too many requests", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ebc23438-c7a6-40f5-a5f6-6927b31ffda3", "name": "Internal server error", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "b509758a-e223-4534-9bad-49949c074bcd", "name": "Bad request", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "b244fb6c-468e-463a-babb-81de010655b2", "name": "Unauthorized", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "39c3da9f-0422-41d4-8235-4c367a777c21", "name": "OK", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"url\": \"<uri>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"isEindstatus\": \"<boolean>\",\n \"informeren\": \"<boolean>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "8cefee1f-2837-45d4-b968-9f02f11855fa", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "be6ea510-f27e-4b9b-a8ae-35bb4a2087a6", "name": "Gone", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "36e78ec6-455f-4d00-a58b-361e1148a41c", "name": "Conflict", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "prerequest", "script": {"id": "e4ea9b6d-ac2c-493a-9908-31d4dc911375", "type": "text/javascript", "exec": ["// Retrieve the body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"statustype_body\"));", "body.omschrijving = \"aangepast\";", "", "// Store the modified body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "b23b3626-8b30-44db-9210-5bcb19b8cc2c"}}, {"listen": "test", "script": {"id": "0d7df5dc-4aa6-4ffb-83ba-e78a9a0707d5", "type": "text/javascript", "exec": ["pm.test(\"Werk een STATUSTYPE in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een STATUSTYPE in zijn geheel bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast\");", "});"], "_lastExecutionId": "9634f8ce-84a1-44e1-b5d4-384e650a1d70"}}]}, {"id": "fc518ac4-ebbf-4b95-bde9-448e0aad5a68", "name": "Werk een STATUSTYPE deels bij.", "request": {"description": {"content": "Werk een STATUSTYPE deels bij. Dit kan alleen als het bijbehorende\nZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_statustype_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"omschrijving\": \"aangepast2\"\n}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "d812b0ea-2bb2-4285-a541-82e9d18bb75a", "name": "Unauthorized", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "1da35529-d671-4121-ac67-8b98185fa9b0", "name": "Not acceptable", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "49e8ffaa-eeea-4235-a9bc-64e61ebbe9d2", "name": "OK", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"url\": \"<uri>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"isEindstatus\": \"<boolean>\",\n \"informeren\": \"<boolean>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "5086d036-04d3-4252-87c3-1714b03f12a2", "name": "Forbidden", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "71b2be82-415b-4847-8669-d8e33da371f1", "name": "Not found", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "d0d48468-e6f1-4d21-a489-c0d9c3fb6880", "name": "Bad request", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "fc402cf5-7fae-42f2-a407-a64f70ba4927", "name": "Gone", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "0109f85d-6d8e-4c90-bfdf-59f53819e61a", "name": "Too many requests", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "05f34974-8e44-4f3c-a8df-af5a89bb72ec", "name": "Conflict", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "9159836c-0351-4080-b405-faa2698ea103", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "f61c21f6-cedf-421a-be0b-0bfe17576fbf", "name": "Internal server error", "originalRequest": {"url": {"path": ["statustypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"omschrijving\": \"<string>\",\n \"zaaktype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"statustekst\": \"<string>\",\n \"informeren\": \"<boolean>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "7794e0a2-e4c2-40bc-aab2-eef3370d3eb4", "type": "text/javascript", "exec": ["pm.test(\"Werk een STATUSTYPE deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een STATUSTYPE deels bij past attributen aan\", function() {", " pm.expect(pm.response.json().omschrijving).to.be.equal(\"aangepast2\");", "});"], "_lastExecutionId": "cb1ab2ad-dec4-44a1-8705-540003b6641b"}}]}, {"id": "98daf5a1-a1b3-47c1-b0a3-02056e42e68d", "name": "Verwijder een STATUSTYPE.", "request": {"description": {"content": "Verwijder een STATUSTYPE. Dit kan alleen als het bijbehorende ZAAKTYPE een\nconcept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_statustype_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "457e5f54-338c-40f1-88d9-45dd0636fa15", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een STATUSTYPE opvragen geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "e8e1051a-537a-4ce1-a589-e84c34a53496"}}]}], "event": []}, {"id": "2ed05eaa-7b0d-4e16-8a4c-423750af3ed3", "name": "zaaktype-informatieobjecttypen", "description": {"content": "Folder for zaaktype-informatieobjecttypen", "type": "text/plain"}, "item": [{"id": "368c2930-c0ea-45a1-bbff-c24c42d31053", "name": "Alle ZAAKTYPE-INFORMATIEOBJECTTYPE relaties opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["zaaktype-informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [{"key": "zaaktype", "value": "{{zaaktype_url}}"}, {"key": "informatieobjecttype", "value": "{{informatieobjecttype_url}}"}, {"key": "richting", "value": "inkomend"}, {"key": "status", "value": "concept"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "fdeb2a35-72ca-449c-a746-365f467ff361", "type": "text/javascript", "exec": ["pm.test(\"Alle ZAAKTYPE-INFORMATIEOBJECTTYPE relaties opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "410323e8-01d3-4c5c-91e1-40288f9651e1"}}]}, {"id": "df15c7b3-ed7b-44a1-9b62-3370ae6408f5", "name": "Maak een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie aan.", "request": {"description": {"content": "Maak een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie aan. Dit kan alleen als het\nbijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"path": ["zaaktype-informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaaktype\": \"{{created_zaaktype_url}}\",\n\t\"informatieobjecttype\": \"informatieobject2\",\n\t\"volgnummer\": 2,\n\t\"richting\": \"intern\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "76793cfc-40e0-4ce2-9792-f8df3884eb30", "type": "text/javascript", "exec": ["pm.test(\"Maak een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_relatie_url\", pm.response.json().url);", " pm.globals.set(\"relatie_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "aa0c2ee4-9ad4-48bc-952d-d7c24fd3b2dc"}}]}, {"id": "8ef6027f-2660-4cac-a326-cb34aafb3041", "name": "Een specifieke ZAAKTYPE-INFORMATIEOBJECTTYPE relatie opvragen.", "request": {"description": {"content": "Een specifieke ZAAKTYPE-INFORMATIEOBJECTTYPE relatie opvragen.", "type": "text/plain"}, "url": {"host": ["{{created_relatie_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "bac39d71-c21a-42b8-93de-cf2700c32c02", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke ZAAKTYPE-INFORMATIEOBJECTTYPE relatie opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "7d12c101-ecfd-4a65-a4c8-6331827a87ec"}}]}, {"id": "dae3b96b-9bf8-44dd-a162-7c94e958be4c", "name": "Werk een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie in zijn geheel bij.", "request": {"description": {"content": "Werk een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie in zijn geheel bij. Dit kan\nalleen als het bijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_relatie_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "beeb58ce-05ec-49a0-be33-8450b8224437", "name": "Forbidden", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "bddc7775-db85-468b-950e-dc6022079143", "name": "Bad request", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "0e008894-7655-46bc-b2de-f7642de83d7c", "name": "Too many requests", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "2116984d-97c2-49a4-b0ef-344afcd80641", "name": "Gone", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "3658ff2a-a1e5-4e16-957b-558f4a9486ce", "name": "Conflict", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "554bca90-b0e0-4dc3-988f-b6facbfc95ca", "name": "Not acceptable", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "e7116f4d-5540-4453-a608-d32877c6a4dc", "name": "Unauthorized", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "d2f609ee-e0d9-44af-b6eb-863827087feb", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "2cf8874a-8cb5-41f6-8892-99954fd96eae", "name": "Not found", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "365362d9-fd00-442b-a68e-38a09d781e09", "name": "OK", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"url\": \"<uri>\",\n \"statustype\": \"<uri>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "b5e3d752-8db1-4ec9-bfc1-6142cf55aaa6", "name": "Internal server error", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "prerequest", "script": {"id": "76394261-92cb-4f14-b3a8-7404900013b2", "type": "text/javascript", "exec": ["// Retrieve the body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"relatie_body\"));", "body.volgnummer = 4", "", "// Store the modified body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "50ba56aa-074b-4f27-ba27-887e7e882788"}}, {"listen": "test", "script": {"id": "96722706-63b4-41b2-b667-92f64ed484b5", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAKTYPE-INFORMATIEOBJECTTYPE in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een ZAAKTYPE-INFORMATIEOBJECTTYPE in zijn geheel bij past attributen aan\", function() {", " pm.expect(pm.response.json().volgnummer).to.be.equal(4);", "});"], "_lastExecutionId": "72be2def-c122-462b-a916-c858e06b5134"}}]}, {"id": "9737abcc-5d14-4d7d-bf15-3105d31ea977", "name": "Werk een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie deels bij.", "request": {"description": {"content": "Werk een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie deels bij. Dit kan alleen\nals het bijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_relatie_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"volgnummer\": 5\n}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "371e18a8-6d32-4f01-b7d1-4a2a903e804f", "name": "Too many requests", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "b1673723-02fd-484b-b121-03ca88ddf13e", "name": "Bad request", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "174c483e-a157-410d-bf93-57de218bdf71", "name": "Forbidden", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "eaac3317-22a2-4567-89fe-ccf53e357f0a", "name": "OK", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"url\": \"<uri>\",\n \"statustype\": \"<uri>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "718f4a3e-83ae-4c7e-9fdb-40a56ce95d25", "name": "Conflict", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "b52d7681-2651-4ddf-b86e-88e20b4dae75", "name": "Unauthorized", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "ea5865a3-eb3b-44fc-94e6-7600c6c136d8", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "c9d2c690-0c75-4c4b-aecc-a8f0f25f1cee", "name": "Gone", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "a4622a30-b042-409c-8dca-8aaa148cc083", "name": "Not acceptable", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "270d11d9-a71c-4b3d-be13-e708ee23c927", "name": "Not found", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "3a95739b-2399-4a31-80c9-c8cfe34cf670", "name": "Internal server error", "originalRequest": {"url": {"path": ["zaaktype-informatieobjecttypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"zaaktype\": \"<uri>\",\n \"informatieobjecttype\": \"<uri>\",\n \"volgnummer\": \"<integer>\",\n \"richting\": \"<string>\",\n \"statustype\": \"<uri>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "e1f2ffbd-4076-4209-88f6-93694f24e0f1", "type": "text/javascript", "exec": ["pm.test(\"Werk een ZAAKTYPE-INFORMATIEOBJECTTYPE deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "pm.test(\"Werk een ZAAKTYPE-INFORMATIEOBJECTTYPE deels bij past attributen aan\", function() {", " pm.expect(pm.response.json().volgnummer).to.be.equal(5);", "});"], "_lastExecutionId": "8a5e925a-3377-474c-b568-2aada83c4420"}}]}, {"id": "3bccdba9-7965-4c13-9f42-24961f41855b", "name": "Verwijder een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie.", "request": {"description": {"content": "Verwijder een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie. Dit kan alleen als\nhet bijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{created_relatie_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "383aa11d-abf9-434c-b146-a7aa84b198ef", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "9b616f20-e882-463f-9418-adcd73dbadd2"}}]}, {"id": "666883c3-c6e6-40c5-ad18-df441a47137c", "name": "Delete concept Zaaktype", "request": {"url": {"host": ["{{created_informatieobjecttype_url}}"], "query": [], "variable": []}, "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "06b119be-77f6-474f-80ec-11f624b322b7", "type": "text/javascript", "exec": ["pm.globals.unset(\"created_informatieobjecttype_url\");"], "_lastExecutionId": "f3e9f040-8957-4e43-a977-4fe8733742ad"}}]}, {"id": "62999a83-7648-48fe-b3ac-02883f68b5e6", "name": "Delete concept Informatieobjecttype", "request": {"url": {"host": ["{{created_zaaktype_url}}"], "query": [], "variable": []}, "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "d5263828-3cc1-4f46-8069-145555ead901", "type": "text/javascript", "exec": ["pm.globals.unset(\"created_zaaktype_url\");"], "_lastExecutionId": "cb4ab230-950d-4af0-9a73-2ff0c2c9560e"}}]}], "event": []}, {"id": "ec3218c9-01b3-4da8-8955-e9c5df8f5697", "name": "historiemodel", "item": [{"id": "b7beddaf-e128-4e5b-8a4e-155e9a5907e7", "name": "Create InformatieObjecttype 1", "request": {"url": {"path": ["informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"catalogus\": \"{{catalogus_url}}\",\n\t\"omschrijving\": \"informatieobject_hist\",\n\t\"vertrouwelijkheidaanduiding\": \"openbaar\",\n\t\"beginGeldigheid\": \"2019-01-01\",\n\t\"informatieobjectcategorie\": \"document\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "636fa37d-0bc4-46bb-a23b-eaa5771a48ba", "type": "text/javascript", "exec": ["pm.globals.set(\"informatieobjecttype_url_hist\", pm.response.json().url);"], "_lastExecutionId": "725eed61-326a-440e-a3f1-f91b24153ebe"}}]}, {"id": "76004d67-0fe7-4226-b58e-da91099e9dc5", "name": "Create InformatieObjecttype 2", "request": {"url": {"path": ["informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"catalogus\": \"{{catalogus_url}}\",\n\t\"omschrijving\": \"informatieobject_hist_2\",\n\t\"vertrouwelijkheidaanduiding\": \"openbaar\",\n\t\"beginGeldigheid\": \"2021-01-01\",\n\t\"informatieobjectcategorie\": \"document\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "763ba9ed-c249-4191-8ae5-d6e86349a76d", "type": "text/javascript", "exec": ["pm.globals.set(\"informatieobjecttype_url_hist_2\", pm.response.json().url);"], "_lastExecutionId": "fc888c28-9a6a-4f8a-b79e-b44f04501cf9"}}]}, {"id": "526e2505-8005-4915-9af5-90ee727e1a46", "name": "Create Besluittype 1", "request": {"url": {"path": ["besluittypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"{{catalogus_url}}\",\n \"omschrijving\": \"besluit_omschrijving_1\",\n \"zaaktypen\": [],\n\t\"publicatieIndicatie\": false,\n\t\"informatieobjecttypen\": [\"informatieobject_hist\",\"informatieobject_hist_2\"],\n\t\"beginGeldigheid\": \"2020-01-01\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "8becc140-b21b-4f00-9279-d96a1eada3e7", "type": "text/javascript", "exec": ["pm.globals.set(\"besluittype_url_hist_1\", pm.response.json().url);"], "_lastExecutionId": "54734df3-aadd-42ed-bf46-cd48a9c80998"}}]}, {"id": "2de91730-9506-4e42-978a-0043554113ff", "name": "Create Besluittype 2", "request": {"url": {"path": ["besluittypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"{{catalogus_url}}\",\n \"omschrijving\": \"besluit_omschrijving_2\",\n \"zaaktypen\": [],\n\t\"publicatieIndicatie\": false,\n\t\"informatieobjecttypen\": [\"informatieobject_hist\",\"informatieobject_hist_2\"],\n\t\"beginGeldigheid\": \"2019-01-01\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "d563f022-c9bf-457c-9a38-2c9528843a78", "type": "text/javascript", "exec": ["pm.globals.set(\"besluittype_url_hist_2\", pm.response.json().url);"], "_lastExecutionId": "bd573a2d-e9c4-4e9f-b4bf-466422cdd648"}}]}, {"id": "a3628bab-1846-4246-9d5f-27d5e88e58bf", "name": "Create deel zaaktype 1", "request": {"url": {"path": ["zaaktypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"identificatie\": \"{{random_identificatie5}}\",\n \"omschrijving\": \"zrc_tests_1\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"{{procestype_url}}\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"{{catalogus_url}}\",\n \"informatieobjecttypen\": [],\n \"besluittypen\": [],\n \"gerelateerdeZaaktypen\": [],\n \"beginGeldigheid\": \"2019-01-01\",\n \"versiedatum\": \"2019-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "d892662e-7b94-4493-891b-bcbefbbd7930", "type": "text/javascript", "exec": ["var res = pm.response.json();", "pm.globals.set(\"zaaktype_url5\", res.url);", "pm.globals.set(\"zaaktype_vertrouwelijkheid5\", res.vertrouwelijkheidaanduiding);", "pm.globals.set(\"zaaktype_productenOfDiensten5\", res.productenOfDiensten);", "pm.globals.set(\"zaaktype_resultaattypen5\", res.resultaattypen);", "pm.globals.set(\"zaaktype_eigenschap5\", res.eigenschappen[0]);", "pm.globals.set(\"zaaktype_body5\", pm.request.body.raw);"], "_lastExecutionId": "9356bf46-776d-4fc1-9e9f-8e7fb3547f38"}}, {"listen": "prerequest", "script": {"id": "0d3e4e97-c991-4a23-afae-1ad9399eafa9", "type": "text/javascript", "exec": ["var uuid = require('uuid');", "var myUUID = uuid.v4(); ", "pm.globals.set(\"random_identificatie5\", myUUID);", ""], "_lastExecutionId": "d20237b0-a229-463b-a8cc-2278e74808cd"}}]}, {"id": "de2c2fb6-0d0a-4e81-9e75-2f0446b35ec8", "name": "Create deel zaaktype 2", "request": {"url": {"path": ["zaaktypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"identificatie\": \"{{random_identificatie6}}\",\n \"omschrijving\": \"zrc_tests_1\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"{{procestype_url}}\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"{{catalogus_url}}\",\n \"informatieobjecttypen\": [],\n \"besluittypen\": [],\n \"gerelateerdeZaaktypen\": [],\n \"beginGeldigheid\": \"2020-01-01\",\n \"versiedatum\": \"2019-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "b2f7bbf2-14dd-40a4-999d-385c3a42a7e2", "type": "text/javascript", "exec": ["var res = pm.response.json();", "pm.globals.set(\"zaaktype_url6\", res.url);", "pm.globals.set(\"zaaktype_vertrouwelijkheid6\", res.vertrouwelijkheidaanduiding);", "pm.globals.set(\"zaaktype_productenOfDiensten6\", res.productenOfDiensten);", "pm.globals.set(\"zaaktype_resultaattypen6\", res.resultaattypen);", "pm.globals.set(\"zaaktype_eigenschap6\", res.eigenschappen[0]);", "pm.globals.set(\"zaaktype_body6\", pm.request.body.raw);"], "_lastExecutionId": "a2c25b58-6a3e-4d47-9fdf-7d357b07eae9"}}, {"listen": "prerequest", "script": {"id": "a0337e6e-02e8-42f6-bdaf-6048c6a23ef0", "type": "text/javascript", "exec": ["var uuid = require('uuid');", "var myUUID = uuid.v4(); ", "pm.globals.set(\"random_identificatie6\", myUUID);", ""], "_lastExecutionId": "e730331f-26c1-464e-96a4-7c2812e6755d"}}]}, {"id": "6177cec9-1c35-44c8-ae32-374bf8d31856", "name": "Create Zaaktype", "request": {"url": {"path": ["zaaktypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"name": "Content-Type", "key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"identificatie\": \"{{random_identificatie4}}\",\n \"omschrijving\": \"zrc_tests_2\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"{{procestype_url}}\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"{{catalogus_url}}\",\n \"informatieobjecttypen\": [],\n \"besluittypen\": [\n \"besluit_omschrijving_1\",\n \"besluit_omschrijving_2\"\n ],\n \"deelzaaktypen\":[\"{{random_identificatie6}}\",\"{{random_identificatie5}}\"],\n \"gerelateerdeZaaktypen\": [{\"zaaktype\": \"{{random_identificatie5}}\",\n \"aard_relatie\": \"bijdrage\",\n \"toelichting\": \"test relations\"},\n {\"zaaktype\": \"{{random_identificatie6}}\",\n \"aard_relatie\": \"bijdrage\",\n \"toelichting\": \"test relations\"}],\n \"beginGeldigheid\": \"2022-01-01\",\n \"eindeGeldigheid\": \"2060-01-01\",\n \"versiedatum\": \"2018-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "55263c6b-9b2b-44f2-8170-b7d075438a30", "type": "text/javascript", "exec": ["var res = pm.response.json();", "pm.globals.set(\"zaaktype_url_hist\", res.url);", "pm.globals.set(\"zaaktype_vertrouwelijkheid_hist\", res.vertrouwelijkheidaanduiding);", "pm.globals.set(\"zaaktype_productenOfDiensten_hist\", res.productenOfDiensten);", "pm.globals.set(\"zaaktype_resultaattypen_hist\", res.resultaattypen);", "pm.globals.set(\"zaaktype_eigenschap_hist\", res.eigenschappen[0]);", "pm.globals.set(\"zaaktype_body_hist\", pm.request.body.raw);"], "_lastExecutionId": "18fe8068-c24f-4bac-a76c-ddb3974c743e"}}, {"listen": "prerequest", "script": {"id": "93e79977-e0f7-4ad2-a431-428e83869707", "type": "text/javascript", "exec": ["var uuid = require('uuid');", "var myUUID = uuid.v4(); ", "pm.globals.set(\"random_identificatie4\", myUUID);", ""], "_lastExecutionId": "5a5094a8-af72-450b-95de-e17e29551643"}}]}, {"id": "3d706ee9-c885-460a-82eb-933b3909c8e4", "name": "test patch accepteert omschrijvingen/identificatie", "request": {"description": {"content": "Werk een BESLUITTYPE deels bij. Dit kan alleen als het een concept betreft.", "type": "text/plain"}, "url": {"host": ["{{zaaktype_url_hist}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"besluittypen\": [\n \"besluit_omschrijving_1\",\n \"besluit_omschrijving_2\"\n ],\n \"deelzaaktypen\":[\"{{random_identificatie6}}\",\"{{random_identificatie5}}\"]\n}"}}, "response": [{"_": {"postman_previewlanguage": "json"}, "id": "71d02dd2-052a-4981-a2b6-e7978523bdd1", "name": "OK", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "OK", "code": 200, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"url\": \"<uri>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\",\n \"concept\": \"<boolean>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "c0116d1d-edb7-4ce6-a27d-332b38f4f763", "name": "Forbidden", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Forbidden", "code": 403, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "61fc9ef6-edf8-4de8-b8d9-132b5fe23420", "name": "Too many requests", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Too Many Requests", "code": 429, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "195d73c4-a149-48fe-9081-61d1ffe5cdca", "name": "Unauthorized", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unauthorized", "code": 401, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "dbd709db-8136-4224-b2b4-674b47f35bf1", "name": "Gone", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Gone", "code": 410, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "9c559b7c-17e0-4593-9471-98fbf282b1ab", "name": "Internal server error", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Internal Server Error", "code": 500, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "f1461a22-5232-4f0a-94ad-d274af57056f", "name": "Bad request", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Bad Request", "code": 400, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"invalidParams\": [\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n },\n {\n \"name\": \"<string>\",\n \"code\": \"<string>\",\n \"reason\": \"<string>\"\n }\n ],\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "db96b75d-c538-4b3d-a5e1-5723afff237d", "name": "Not acceptable", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Acceptable", "code": 406, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "1cf05519-86b8-418c-87d7-2d69745ac72c", "name": "Conflict", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Conflict", "code": 409, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "0f1f3fe5-bb19-4176-bce6-437a3dd02aca", "name": "Unsupported media type", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Unsupported Media Type", "code": 415, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}, {"_": {"postman_previewlanguage": "json"}, "id": "dc1d8140-731c-4bbb-aa50-3c65f615eff3", "name": "Not found", "originalRequest": {"url": {"path": ["besluittypen", "<uuid>"], "host": ["{{baseUrl}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n \"catalogus\": \"<uri>\",\n \"zaaktypes\": [\n \"<uri>\"\n ],\n \"publicatieIndicatie\": \"<boolean>\",\n \"informatieobjecttypes\": [\n \"<uri>\"\n ],\n \"beginGeldigheid\": \"<date>\",\n \"omschrijving\": \"<string>\",\n \"omschrijvingGeneriek\": \"<string>\",\n \"besluitcategorie\": \"<string>\",\n \"reactietermijn\": \"<duration>\",\n \"publicatietekst\": \"<string>\",\n \"publicatietermijn\": \"<duration>\",\n \"toelichting\": \"<string>\",\n \"eindeGeldigheid\": \"<date>\"\n}"}}, "status": "Not Found", "code": 404, "header": [{"description": {"content": "Geeft een specifieke API-versie aan in de context van een specifieke aanroep. Voorbeeld: 1.2.1.", "type": "text/plain"}, "key": "API-version", "value": "<string>"}, {"key": "Content-Type", "value": "application/json"}], "body": "{\n \"code\": \"<string>\",\n \"title\": \"<string>\",\n \"status\": \"<integer>\",\n \"detail\": \"<string>\",\n \"instance\": \"<string>\",\n \"type\": \"<string>\"\n}", "cookie": []}], "event": [{"listen": "test", "script": {"id": "0704ac49-3b83-4e61-a8ef-d7f0db84f75d", "type": "text/javascript", "exec": ["pm.test(\"Werk een Zaaktype deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", " const response_besluittypen = pm.response.json()[\"besluittypen\"] ", "", " pm.expect(response_besluittypen).to.include(pm.globals.get(\"besluittype_url_hist_1\"));", " pm.expect(response_besluittypen).to.include(pm.globals.get(\"besluittype_url_hist_2\"));", "", "", " const response_deelzaaktypen = pm.response.json()[\"deelzaaktypen\"] ", "", " pm.expect(response_deelzaaktypen).to.include(pm.globals.get(\"zaaktype_url5\"));", " pm.expect(response_deelzaaktypen).to.include(pm.globals.get(\"zaaktype_url6\"));", "", "", "});", ""], "_lastExecutionId": "3afee9c7-7bfa-443d-92ee-c30d36379045"}}]}, {"id": "ec67729c-2d66-40a9-a705-7ffe4be3a35b", "name": "Maak een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie aan met hoofdzaak", "request": {"description": {"content": "Maak een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie aan. Dit kan alleen als het\nbijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"path": ["zaaktype-informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaaktype\": \"{{zaaktype_url_hist}}\",\n\t\"informatieobjecttype\": \"informatieobject_hist\",\n\t\"volgnummer\": 2,\n\t\"richting\": \"intern\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "0b0234f0-0a6a-46b3-aeef-25b8325fc1ea", "type": "text/javascript", "exec": ["pm.test(\"Maak een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_relatie_url\", pm.response.json().url);", " pm.globals.set(\"relatie_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "8a9f6989-0a02-442d-b284-d723d3be2a12"}}]}, {"id": "c746c8e5-9036-4ff7-9810-37c6975411d7", "name": "Maak een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie aan met deelzaak", "request": {"description": {"content": "Maak een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie aan. Dit kan alleen als het\nbijbehorende ZAAKTYPE een concept betreft.", "type": "text/plain"}, "url": {"path": ["zaaktype-informatieobjecttypen"], "host": ["{{ztc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"zaaktype\": \"{{zaaktype_url6}}\",\n\t\"informatieobjecttype\": \"informatieobject_hist_2\",\n\t\"volgnummer\": 2,\n\t\"richting\": \"intern\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "54b9c09e-c909-4dbb-9ecb-00e3ca6f41c1", "type": "text/javascript", "exec": ["pm.test(\"Maak een ZAAKTYPE-INFORMATIEOBJECTTYPE relatie aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_relatie_url\", pm.response.json().url);", " pm.globals.set(\"relatie_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "c3d8c385-1b35-43e3-ad2e-170f0ade18fc"}}]}, {"id": "0335285e-c778-486d-b19b-e25a2295f7db", "name": "ZAAKTYPE opvragen aangemaakt met besluite.omschrijving", "request": {"description": {"content": "Een specifieke ZAAKTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{zaaktype_url_hist}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "5aa119f9-c886-405f-b7c3-682e6b414081", "type": "text/javascript", "exec": ["pm.test(\"ZAAKTYPE opvragen aangemaakt met besluittype.omschrijving geeft 200 en meest recente besluittype.\", function() {", " pm.response.to.have.status(200);", " ", " const response_besluit = pm.response.json()[\"besluittypen\"] ", "", " pm.expect(response_besluit).to.include(pm.globals.get(\"besluittype_url_hist_1\"));", " pm.expect(response_besluit).to.include(pm.globals.get(\"besluittype_url_hist_2\"));", "});"], "_lastExecutionId": "e5a5f23e-b363-4441-9650-f73e48a03655"}}]}, {"id": "c6451080-de49-4734-9abd-4a59d0c4ac74", "name": "ZAAKTYPE opvragen aangemaakt met deelzaak.identificatie", "request": {"description": {"content": "Een specifieke ZAAKTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{zaaktype_url_hist}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "7786044b-caff-4efe-9a52-3eb388f7fb2c", "type": "text/javascript", "exec": ["pm.test(\"ZAAKTYPE opvragen aangemaakt met deelzaaktype.identificatie geeft 200 en toont meest recente deelzaak.\", function() {", " pm.response.to.have.status(200);", " const response_deelzaaktype = pm.response.json()[\"deelzaaktypen\"] ", " pm.expect(response_deelzaaktype).to.include(pm.globals.get(\"zaaktype_url5\"));", " pm.expect(response_deelzaaktype).to.include(pm.globals.get(\"zaaktype_url6\"));", "", "});"], "_lastExecutionId": "dfac666b-7a57-481f-914d-53d4e28b216c"}}]}, {"id": "2d9e8338-8113-4753-9a65-96c13591e36d", "name": "ZAAKTYPE opvragen aangemaakt met gerelateerdeZaaktypen.identificatie", "request": {"description": {"content": "Een specifieke ZAAKTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{zaaktype_url_hist}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "2fd13175-eea3-45e7-a1b2-fd46628734d6", "type": "text/javascript", "exec": ["pm.test(\"ZAAKTYPE opvragen aangemaakt met gerelateerdeZaaktypen.identificatie geeft 200 en toont meest recente gerelateerdeZaaktype.\", function() {", " pm.response.to.have.status(200);", " const global_deelzaak_1 = pm.globals.get(\"zaaktype_url5\")", " const global_deelzaak_2 = pm.globals.get(\"zaaktype_url6\")", "", " const response_deelzaaktype_1 = pm.response.json()[\"gerelateerdeZaaktypen\"][0][\"zaaktype\"]", " const response_deelzaaktype_2 = pm.response.json()[\"gerelateerdeZaaktypen\"][1][\"zaaktype\"]", "", " pm.expect(global_deelzaak_1).to.eql(response_deelzaaktype_1);", " pm.expect(global_deelzaak_2).to.eql(response_deelzaaktype_2);", "", "});"], "_lastExecutionId": "65e19138-e7dd-4196-b5be-8f1d7ab76686"}}]}, {"id": "3054b9ca-4599-4c68-b812-c76db1bf35d4", "name": "BESLUITTYPE 1 bevat juiste informatieobjecttypen en zaaktype", "request": {"description": {"content": "Een specifieke BESLUITTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{besluittype_url_hist_1}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "02bdbe72-fcf5-4402-8852-036fab63de54", "type": "text/javascript", "exec": ["pm.test(\"Besluittype opvragen aangemaakt met informatieobject.omschrijving geeft 200 en meest recente informatieobjecttypen.\", function() {", " pm.response.to.have.status(200);", " const global_informatieobject = [pm.globals.get(\"informatieobjecttype_url_hist\"),pm.globals.get(\"informatieobjecttype_url_hist_2\")]", " const response_informatieobject = pm.response.json()[\"informatieobjecttypen\"] ", "", "", " pm.expect(response_informatieobject).to.include(global_informatieobject[0]);", " pm.expect(response_informatieobject).to.include(global_informatieobject[1]);", " pm.expect([pm.globals.get(\"zaaktype_url_hist\")]).to.eql(pm.response.json()[\"zaaktypen\"] );", "", " ", "});", "", " "], "_lastExecutionId": "fcdfd64e-5807-4675-9264-e2dd9d6ac4ac"}}]}, {"id": "2feebd8d-7b73-4c5c-9b51-342a40eeec04", "name": "BESLUITTYPE 1 bevat juiste informatieobjecttypen with filter", "request": {"description": {"content": "Een specifieke BESLUITTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{besluittype_url_hist_1}}"], "query": [{"key": "datumGeldigheid", "value": "2020-01-01"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "ccb15256-bc86-41ae-822d-5c6778f4dea3", "type": "text/javascript", "exec": ["pm.test(\"Besluittype opvragen aangemaakt met informatieobject.omschrijving geeft 200 en meest recente informatieobjecttypen.\", function() {", " pm.response.to.have.status(200);", " const response_informatieobject = pm.response.json()[\"informatieobjecttypen\"] ", "", " pm.expect(response_informatieobject).to.include(pm.globals.get(\"informatieobjecttype_url_hist\"));", "});"], "_lastExecutionId": "db51e9fa-524a-4e30-acba-bf2017678597"}}]}, {"id": "14dd8f57-42aa-4381-8984-866c8ccb3417", "name": "INFORMATIEOBJECTTYPE 1 bevat juiste besluittype and zaaktype", "request": {"description": {"content": "Een specifieke BESLUITTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{informatieobjecttype_url_hist}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "3c0da927-c23f-4bf4-9c26-b40b4b4782b4", "type": "text/javascript", "exec": ["pm.test(\"informatieobjecttype opvragen aangemaakt met besluittype.omschrijving geeft 200 en meest recente besluittypen.\", function() {", " pm.response.to.have.status(200);", " const response_besluit = pm.response.json()[\"besluittypen\"] ", "", " pm.expect(response_besluit).to.include(pm.globals.get(\"besluittype_url_hist_1\"));", " pm.expect(response_besluit).to.include(pm.globals.get(\"besluittype_url_hist_2\"));", "", "", " pm.expect([pm.globals.get(\"zaaktype_url_hist\")]).to.eql(pm.response.json()[\"zaaktypen\"] );", "", "", "});"], "_lastExecutionId": "e4868ee4-a4d1-4a29-95b3-b72974bbac20"}}]}, {"id": "92025952-5c3c-4094-b120-ef8bb70663ba", "name": "ZAAKTYPE opvragen na ZIOT post geeft IOT", "request": {"description": {"content": "Een specifieke ZAAKTYPE opvragen.", "type": "text/plain"}, "url": {"host": ["{{zaaktype_url_hist}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "a35c6cf7-3d7f-4576-b88a-670147786656", "type": "text/javascript", "exec": ["pm.test(\"ZAAKTYPE opvragen aangemaakt met besluittype.omschrijving geeft 200 en meest recente besluittype.\", function() {", " pm.response.to.have.status(200);", " ", " const response_besluit = pm.response.json()[\"informatieobjecttypen\"] ", "", " pm.expect(response_besluit).to.include(pm.globals.get(\"informatieobjecttype_url_hist\"));", "});"], "_lastExecutionId": "a2e0b8fb-6e5e-4c01-9250-ce0b54349c73"}}]}, {"id": "c90b5ad1-8e2e-43aa-9793-4512dbe5f451", "name": "Publish IOT 1", "request": {"url": {"path": ["publish"], "host": ["{{informatieobjecttype_url_hist}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "4f5a5eac-c557-4fec-8957-705cbf256476", "name": "Publish IOT 2", "request": {"url": {"path": ["publish"], "host": ["{{informatieobjecttype_url_hist_2}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "3eb4f47c-6a89-43fe-b42b-1742d9044fd5", "name": "Publish Besluittype 1", "request": {"url": {"path": ["publish"], "host": ["{{besluittype_url_hist_1}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "217532e0-d0c4-460e-8a21-2c60882e76e6", "name": "Publish Besluittype 2", "request": {"url": {"path": ["publish"], "host": ["{{besluittype_url_hist_2}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "9bee4ca7-c523-4db6-a4d5-7667f42ad5f7", "name": "Publish deel zaak 1", "request": {"url": {"path": ["publish"], "host": ["{{zaaktype_url5}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "ef8e56e0-5a71-4d16-844b-e3ded6212602", "name": "Publish deel zaak 2", "request": {"url": {"path": ["publish"], "host": ["{{zaaktype_url6}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}, {"id": "6760729c-9a47-4cc8-8712-dcf59d7ecf2e", "name": "Publish zaaktype", "request": {"url": {"path": ["publish"], "host": ["{{zaaktype_url_hist}}"], "query": [], "variable": []}, "method": "POST"}, "response": [], "event": []}], "event": []}, {"id": "f34e00c6-1589-4b33-a6c4-b8bab8d89dbf", "name": "delete histmodel", "item": [{"id": "4f525ab3-3794-407d-ad39-75e5a1736596", "name": "Delete IOT 1", "request": {"url": {"host": ["{{informatieobjecttype_url_hist}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "86c9aeb8-bf30-4c8d-8b2f-9ef886f8611b", "type": "text/javascript", "exec": [""], "_lastExecutionId": "ca3331af-2dd3-48ee-b61b-3915b81520d9"}}]}, {"id": "9b0375c6-74c9-4b61-8193-a8ae7d347364", "name": "Delete IOT 2", "request": {"url": {"host": ["{{informatieobjecttype_url_hist_2}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "82f911b9-2e57-42c1-8ffa-cb01940945b6", "type": "text/javascript", "exec": [""], "_lastExecutionId": "0ae84ef8-184b-429c-b780-819244ef1f3a"}}]}, {"id": "a1c77137-78e4-421a-8bb8-7e1e201d778a", "name": "Delete Besluittype 1", "request": {"url": {"host": ["{{besluittype_url_hist_1}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "19fffd92-3be1-4d49-b264-21d83bc5584b", "type": "text/javascript", "exec": [""], "_lastExecutionId": "6be13100-6f54-41c9-83c0-fe7decd0ac55"}}]}, {"id": "17e0921b-3bf3-45a8-b0d2-6cc1fa52da67", "name": "Delete Besluittype 2", "request": {"url": {"host": ["{{besluittype_url_hist_2}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "26fe3d50-2087-489c-b0cc-25a0c2d10960", "type": "text/javascript", "exec": [""], "_lastExecutionId": "05a84107-aee6-4304-8dd0-6d6632e4424d"}}]}, {"id": "b0c01dd0-f604-4c7f-8872-50e8e6bad0dd", "name": "Delete deel zaak 1", "request": {"url": {"host": ["{{zaaktype_url5}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "1bfbbbc2-a6ee-4fc7-ac71-f18761e4613f", "type": "text/javascript", "exec": [""], "_lastExecutionId": "f351e600-9577-4a75-a4e3-15745741216b"}}]}, {"id": "35019fff-152f-446c-b9c0-94d471b71d64", "name": "Delete deel zaak 2", "request": {"url": {"host": ["{{zaaktype_url6}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "b1510cea-c700-4920-984c-8843fc6c602f", "type": "text/javascript", "exec": [""], "_lastExecutionId": "f2db1d85-7650-4fc6-a598-5f18f156ff8e"}}]}, {"id": "0dfd362f-9d94-4738-825c-b7380c6ee258", "name": "Delete zaaktype", "request": {"url": {"host": ["{{zaaktype_url_hist}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "c8da5a53-a494-4e0a-8bab-da3070416ad0", "type": "text/javascript", "exec": [""], "_lastExecutionId": "99bdbf5d-5515-4776-9e02-87e7dbc00b0c"}}]}], "event": []}], "event": [{"listen": "prerequest", "script": {"id": "461d1014-22d7-4bd1-9bc2-9747e67f0f2d", "type": "text/javascript", "exec": [""], "_lastExecutionId": "cfcb5c62-08a5-4385-82b1-57fe5f578e7a"}}, {"listen": "test", "script": {"id": "72565d43-e655-407b-b3e5-11105913f0e3", "type": "text/javascript", "exec": [""], "_lastExecutionId": "253636a2-9ba7-455e-9dc4-a82366c35155"}}]}, {"id": "533392d6-230b-4d0f-be0f-d3ffa0ee628f", "name": "BRC", "description": {"content": "Een API om een besluitregistratiecomponent (BRC) te benaderen.\n\nEen BESLUIT wordt veelal schriftelijk vastgelegd maar dit is niet\nnoodzakelijk. Omgekeerd kan het voorkomen dat in een INFORMATIEOBJECT meerdere\nbesluiten vastgelegd zijn. Vandaar de N:M-relatie naar INFORMATIEOBJECT. Een\nbesluit komt voort uit een zaak van de zaakbehandelende organisatie dan wel is\neen besluit van een andere organisatie dat het onderwerp (object) is van een\nzaak van de zaakbehandelende organisatie. BESLUIT heeft dan ook een optionele\nrelatie met de ZAAK waarvan het een uitkomst is.\n\nDe typering van BESLUITen is in de Catalogi API (ZTC) ondergebracht in de vorm \nvan BESLUITTYPEn.\n\n**Afhankelijkheden**\n\nDeze API is afhankelijk van:\n\n* Catalogi API\n* Notificaties API\n* Documenten API *(optioneel)*\n* Zaken API *(optioneel)*\n* Autorisaties API *(optioneel)*\n\n**Autorisatie**\n\nDeze API vereist autorisatie. Je kan de\n[token-tool](https://zaken-auth.vng.cloud/) gebruiken om JWT-tokens te\ngenereren.\n\n**Notificaties**\n\nDeze API publiceert notificaties op het kanaal `besluiten`.\n\n**Handige links**\n\n* [Documentatie](https://zaakgerichtwerken.vng.cloud/standaard)\n* [Zaakgericht werken](https://zaakgerichtwerken.vng.cloud)\n", "type": "text/plain"}, "item": [{"id": "6cafd76c-e698-46ca-bfd7-d9cbb2c614c1", "name": "besluiten", "description": {"content": "Folder for besluiten", "type": "text/plain"}, "item": [{"id": "9028d1c2-df1e-4430-8b8a-11bf0e6e002e", "name": "Alle BESLUITen opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["besluiten"], "host": ["{{brc_url}}"], "query": [{"key": "identificatie", "value": "rol"}, {"key": "verantwoordelijkeOrganisatie", "value": "000000000"}, {"key": "besluittype", "value": "{{besluittype_url}}"}, {"key": "zaak", "value": "{{global_zaak_url}}"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "081ef38d-44ce-4cf1-97e1-233b28722aa2", "type": "text/javascript", "exec": ["pm.test(\"Alle BESLUITen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "d88b21d6-f152-47d4-a2a2-f10eb1f48d8d"}}]}, {"id": "d4c97e30-c06f-439a-81e0-2d783c837391", "name": "Maak een BESLUIT aan.", "request": {"description": {"content": "Indien geen identificatie gegeven is, dan wordt deze automatisch\ngegenereerd.\n\nEr wordt gevalideerd op:\n- uniciteit van `verantwoorlijkeOrganisatie` + `identificatie`\n- geldigheid `verantwoorlijkeOrganisatie` RSIN\n- geldigheid `besluittype` URL\n- geldigheid `zaak` URL\n- `datum` in het verleden of nu", "type": "text/plain"}, "url": {"path": ["besluiten"], "host": ["{{brc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"verantwoordelijkeOrganisatie\": \"000000000\",\n \"besluittype\": \"{{besluittype_url}}\",\n \"datum\": \"2019-01-01\",\n \"ingangsdatum\": \"2018-01-01\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "0e81a735-959e-4bf1-97bd-b55b9600f5b7", "type": "text/javascript", "exec": ["pm.test(\"Maak een BESLUIT aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_besluit_url\", pm.response.json().url);", " pm.globals.set(\"besluit_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "74fc7060-1b50-4cfb-84de-bcd9b066e7c5"}}]}, {"id": "9bfb2da3-97a0-425b-8e79-a72ff1b6136a", "name": "Alle audit trail regels behorend bij het BESLUIT.", "request": {"description": {"content": "Alle audit trail regels behorend bij het BESLUIT.", "type": "text/plain"}, "url": {"path": ["audittrail"], "host": ["{{created_besluit_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "95104e8c-84bf-4b3d-9a72-1f2b4281ccef", "type": "text/javascript", "exec": ["pm.test(\"Alle audit trail regels behorend bij het BESLUIT geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "if(pm.response.code == 200) {", " pm.globals.set(\"audittrail_uuid\", pm.response.json()[0].uuid);", "}"], "_lastExecutionId": "5925a502-c0da-43d9-8f65-f3ee80d13b09"}}]}, {"id": "b83d4f49-f42d-41bf-8716-d787a4cdba94", "name": "Een specifieke audit trail regel opvragen.", "request": {"description": {"content": "Een specifieke audit trail regel opvragen.", "type": "text/plain"}, "url": {"path": ["audittrail", "{{audittrail_uuid}}"], "host": ["{{created_besluit_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "54aca9e0-d94a-4cdd-bc47-dbfb73b66e1d", "type": "text/javascript", "exec": ["pm.test(\"Een specifieke audit trail regel opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "10eb4fc9-44cb-4e4a-8c7e-de1ce36ec7f2"}}]}, {"id": "3cb28e4f-5a42-47ea-83ad-35fad65f6b23", "name": "Een specifiek BESLUIT opvragen.", "request": {"description": {"content": "Een specifiek BESLUIT opvragen.", "type": "text/plain"}, "url": {"host": ["{{created_besluit_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "11cd14bf-b8b0-4bca-ba32-15ba0d5b4578", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek BESLUIT opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "8c16b793-206c-424d-9e70-f603f9a5c26b"}}]}, {"id": "f395052b-8fab-4788-96a8-08f927c3de0e", "name": "Werk een BESLUIT in zijn geheel bij.", "request": {"description": {"content": "Er wordt gevalideerd op:\n- uniciteit van `verantwoorlijkeOrganisatie` + `identificatie`\n- geldigheid `verantwoorlijkeOrganisatie` RSIN\n- geldigheid `besluittype` URL\n- geldigheid `zaak` URL\n- `datum` in het verleden of nu", "type": "text/plain"}, "url": {"host": ["{{created_besluit_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "prerequest", "script": {"id": "a7eba0ce-b44a-4721-8015-b83a5570c3c2", "type": "text/javascript", "exec": ["// Retrieve the Besluit body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"besluit_body\"));", "pm.globals.set(\"toelichting\", \"aangepaste toelichting\");", "body.toelichting = pm.globals.get(\"toelichting\");", "", "// Store the modified Besluit body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "1dc9273e-c71b-407f-9fa0-c859f36d7785"}}, {"listen": "test", "script": {"id": "1db82f10-e7f2-4a37-841b-81a4f11ea1cd", "type": "text/javascript", "exec": ["pm.test(\"Werk een BESLUIT in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", ""], "_lastExecutionId": "ed7440c5-8d90-4c6d-98b6-a0e9c6db49ef"}}]}, {"id": "7b99dd5c-a800-41f2-bb29-135ed3c56da3", "name": "Werk een BESLUIT deels bij.", "request": {"description": {"content": "Er wordt gevalideerd op:\n- uniciteit van `verantwoorlijkeOrganisatie` + `identificatie`\n- geldigheid `verantwoorlijkeOrganisatie` RSIN\n- geldigheid `besluittype` URL\n- geldigheid `zaak` URL\n- `datum` in het verleden of nu", "type": "text/plain"}, "url": {"host": ["{{created_besluit_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"toelichting\": \"aangepast2\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "f48c332b-a295-4147-88fa-32a0a71166c1", "type": "text/javascript", "exec": ["pm.test(\"Werk een BESLUIT in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", ""], "_lastExecutionId": "e0819033-2f37-4492-9d40-bbc248683a51"}}]}, {"id": "ec3055f0-8573-49b6-9215-5155043abd78", "name": "Verwijder een BESLUIT.", "request": {"description": {"content": "Verwijder een BESLUIT samen met alle gerelateerde resources binnen deze API.\n\n**De gerelateerde resources zijn**\n- `BESLUITINFORMATIEOBJECT`\n- audit trail regels", "type": "text/plain"}, "url": {"host": ["{{created_besluit_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "5a7966fe-334a-446b-934d-0d7924016a62", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een BESLUIT geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "4c189e34-c7b5-4e55-9f73-28d90a425065"}}]}], "event": []}, {"id": "b1c918c3-0d35-4f81-bbd3-5fb44cc268be", "name": "besluitinformatieobjecten", "description": {"content": "Folder for besluitinformatieobjecten", "type": "text/plain"}, "item": [{"id": "daf85ab3-48e9-440c-b3b2-6f6bca45db4f", "name": "Alle BESLUIT-INFORMATIEOBJECT relaties opvragen.", "request": {"description": {"content": "Deze lijst kan gefilterd wordt met query-string parameters.", "type": "text/plain"}, "url": {"path": ["besluitinformatieobjecten"], "host": ["{{brc_url}}"], "query": [{"key": "besluit", "value": "{{besluit_url}}"}, {"key": "informatieobject", "value": "{{informatieobject_url}}"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "cf5a5356-8308-41aa-8de2-1e94cf0a8d1e", "type": "text/javascript", "exec": ["pm.test(\"Alle BESLUIT-INFORMATIEOBJECT relaties opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "4520bb41-153d-46e6-a44f-813c9cc22fb8"}}]}, {"id": "dd38b05e-157e-42d6-bd80-196a5496b7b9", "name": "Maak een BESLUIT-INFORMATIEOBJECT relatie aan.", "request": {"description": {"content": "Registreer een INFORMATIEOBJECT bij een BESLUIT. Er worden twee types van\nrelaties met andere objecten gerealiseerd:\n\n**Er wordt gevalideerd op**\n- geldigheid `besluit` URL\n- geldigheid `informatieobject` URL\n- de combinatie `informatieobject` en `besluit` moet uniek zijn\n\n**Opmerkingen**\n- De `registratiedatum` wordt door het systeem op 'NU' gezet. De\n `aardRelatie` wordt ook door het systeem gezet.\n- Bij het aanmaken wordt ook in de Documenten API de gespiegelde relatie\n aangemaakt, echter zonder de relatie-informatie.", "type": "text/plain"}, "url": {"path": ["besluitinformatieobjecten"], "host": ["{{brc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"besluit\": \"{{besluit_url}}\",\n\t\"informatieobject\": \"{{informatieobject_url}}\"\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "b287f648-ccc0-4608-b270-6022f4a07536", "type": "text/javascript", "exec": ["pm.test(\"Maak een BESLUIT-INFORMATIEOBJECT relatie aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"bio_url\", pm.response.json().url);", " pm.globals.set(\"bio_body\", pm.request.body.raw);", "}"], "_lastExecutionId": "0f65472e-f0d5-4068-a5d2-c635b40d4b3a"}}]}, {"id": "7042ff7a-3408-4b83-ba95-25521faa4584", "name": "Een specifieke BESLUIT-INFORMATIEOBJECT relatie opvragen.", "request": {"description": {"content": "Een specifieke BESLUIT-INFORMATIEOBJECT relatie opvragen.", "type": "text/plain"}, "url": {"host": ["{{bio_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "7205d3ff-f4c1-48e9-9cb6-747216433a70", "type": "text/javascript", "exec": ["pm.test(\"Alle BESLUIT-INFORMATIEOBJECT relaties opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "21b4ba2d-2f51-43dd-91f3-a7bb7c323990"}}]}, {"id": "04ff8013-64de-4dd4-a0c5-794cac4e5509", "name": "Verwijder een BESLUIT-INFORMATIEOBJECT relatie.", "request": {"description": {"content": "Verwijder een BESLUIT-INFORMATIEOBJECT relatie.", "type": "text/plain"}, "url": {"host": ["{{bio_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}, {"key": "X-NLX-Request-Application-Id", "value": "{{X-NLX-Request-Application-Id}}"}, {"key": "X-NLX-Request-User-Id", "value": "{{X-NLX-Request-User-Id}}"}, {"key": "X-Audit-Toelichting", "value": "{{X-Audit-Toelichting}}"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "d422e436-965b-419c-b177-c33240b52730", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een BESLUIT-INFORMATIEOBJECT relatie geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "2acda214-916f-4b7e-bf7d-ac804ab153ff"}}]}], "event": []}], "event": [{"listen": "prerequest", "script": {"id": "de00a1b8-e519-45cf-8469-87da404a5e17", "type": "text/javascript", "exec": [""], "_lastExecutionId": "b5676c16-0d5e-4988-9c93-ed6ea3a087ff"}}, {"listen": "test", "script": {"id": "59f4e1e0-2dac-4b72-a371-df8b5cf27959", "type": "text/javascript", "exec": [""], "_lastExecutionId": "2b611680-ced9-4db6-be91-5c4390ed2ca0"}}]}, {"id": "c0eea088-0c3f-4bec-ada7-3b8994c1340c", "name": "NRC", "description": {"content": "Een API om een notificatierouteringscomponent te benaderen.\n\nDeze API voorziet in drie functionaliteiten voor notificaties:\n\n* registreren van kanalen (=exchanges)\n* abonneren van consumers op kanalen\n* ontvangen en routeren van berichten\n\n**Registreren van kanalen**\n\nEen component dekt een bepaald domein af, en heeft het recht om hiervoor een\nkanaal te registeren waarop eigen notificaties verstuurd worden. Een kanaal\nis uniek in naam. Een component dient dus te controleren of een kanaal al\nbestaat voor het registreren. Bij het registeren van kanalen wordt een\ndocumentatielink verwacht die beschrijft welke events en kenmerken van\ntoepassing zijn op het kanaal.\n\n**Abonneren**\n\nConsumers kunnen een abonnement aanmaken voor een of meerdere kanalen. Per\nkanaal kan op de kenmerken van het kanaal gefilterd worden. Consumers dienen\nzelf een endpoint te bouwen waarop berichten afgeleverd (kunnen) worden.\n\n**Routeren van berichten**\n\nBronnen sturen berichten naar deze API, die vervolgens de berichten onveranderd\nrouteert naar alle abonnees.\n\n**Afhankelijkheden**\n\nDeze API is afhankelijk van:\n\n* Autorisaties API\n\n**Autorisatie**\n\nDeze API vereist autorisatie. Je kan de\n[token-tool](https://zaken-auth.vng.cloud/) gebruiken om JWT-tokens te\ngenereren.\n\n**Handige links**\n\n* [Documentatie](https://zaakgerichtwerken.vng.cloud/standaard)\n* [Zaakgericht werken](https://zaakgerichtwerken.vng.cloud)\n", "type": "text/plain"}, "item": [{"id": "0d50c579-1152-499a-9f5d-4529b3f07a63", "name": "abonnement", "description": {"content": "Folder for abonnement", "type": "text/plain"}, "item": [{"id": "fd67688b-1abe-4111-aa0c-a46407f0c717", "name": "Alle ABONNEMENTen opvragen.", "request": {"description": {"content": "Alle ABONNEMENTen opvragen.", "type": "text/plain"}, "url": {"path": ["abonnement"], "host": ["{{nrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "70d78ead-d0bf-403e-9246-1306526fb4e9", "type": "text/javascript", "exec": ["pm.test(\"Alle ABONNEMENTen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "postman.setNextRequest(\"Alle KANAALen opvragen.\");"], "_lastExecutionId": "88b10617-bb6e-4426-b788-38734a4e0694"}}]}, {"id": "cab84772-fbd5-4c92-8cc5-8ecff7b2cf2b", "name": "Maak een ABONNEMENT aan.", "request": {"description": {"content": "Maak een ABONNEMENT aan.", "type": "text/plain"}, "url": {"path": ["abonnement"], "host": ["{{nrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"callbackUrl\": \"{{mock_url}}/callback\",\n \"auth\": \"Bearer token\",\n \"kanalen\": [\n\t\t{\n\t \"filters\": \n {},\n \"naam\": \"zaken\"\n }\n ]\n\n}\n"}}, "response": [], "event": [{"listen": "test", "script": {"id": "484604c7-53b6-445d-8f5f-6ba9ac595541", "type": "text/javascript", "exec": ["pm.test(\"Maak een ABONNEMENT aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_abonnement_url\", pm.response.json().url);", " pm.globals.set(\"abonnement_body\", pm.request.body.raw);", "}"]}}]}, {"id": "874b0884-de5a-4663-8be4-0b661cbd9fe8", "name": "Een specifiek ABONNEMENT opvragen.", "request": {"description": {"content": "Een specifiek ABONNEMENT opvragen.", "type": "text/plain"}, "url": {"host": ["{{created_abonnement_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "ac61ed9e-9abc-4e26-ae63-78a1eea051b9", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek ABONNEMENT opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"]}}]}, {"id": "6479fcb0-bb12-4db5-bf48-3ffd8fb17b04", "name": "Werk een ABONNEMENT in zijn geheel bij.", "request": {"description": {"content": "Werk een ABONNEMENT in zijn geheel bij.", "type": "text/plain"}, "url": {"host": ["{{created_abonnement_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "prerequest", "script": {"id": "d163b7f9-d699-4345-8cf2-86165371a497", "type": "text/javascript", "exec": ["// Retrieve the Abonnement body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"abonnement_body\"));", "pm.globals.set(\"kanalen\", [{\"naam\": \"documenten\", \"filters\": {}}]);", "body.kanalen = pm.globals.get(\"kanalen\");", "", "// Store the modified Zaak Abonnement, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"]}}, {"listen": "test", "script": {"id": "3625f33a-9fa9-4f7f-97b6-52d16beca193", "type": "text/javascript", "exec": ["pm.test(\"Werk een ABONNEMENT in zijn geheel bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", ""]}}]}, {"id": "81d3c8c3-9995-44c7-b6c1-ee42853a4c71", "name": "Werk een ABONNEMENT deels bij.", "request": {"description": {"content": "Werk een ABONNEMENT deels bij.", "type": "text/plain"}, "url": {"host": ["{{created_abonnement_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"kanalen\": [\n\t\t{\n\t\t\t\"naam\": \"zaken\",\n\t\t\t\"filters\": {}\n\t\t}\t\n\t]\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "f2167fe0-4974-4785-8c14-195219cb7833", "type": "text/javascript", "exec": ["pm.test(\"Werk een ABONNEMENT deels bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", ""]}}]}, {"id": "8fac0e1a-0e71-49b2-b16a-a4eac5af0688", "name": "Verwijder een ABONNEMENT.", "request": {"description": {"content": "Verwijder een ABONNEMENT.", "type": "text/plain"}, "url": {"host": ["{{created_abonnement_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "99dc875a-f673-4874-b017-448046e963e5", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een ABONNEMENT geeft 204\", function() {", " pm.response.to.have.status(204);", "});", ""]}}]}], "event": []}, {"id": "d877bb62-78b2-45c7-be90-ae0c21684284", "name": "kanaal", "description": {"content": "Folder for kanaal", "type": "text/plain"}, "item": [{"id": "d1eadfed-407c-4df5-96e2-de14399dced4", "name": "Alle KANAALen opvragen.", "request": {"description": {"content": "Alle KANAALen opvragen.", "type": "text/plain"}, "url": {"path": ["kanaal"], "host": ["{{nrc_url}}"], "query": [{"key": "naam", "value": "testkanaal"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "a354bad6-3878-45e2-bce4-6be3fc570522", "type": "text/javascript", "exec": ["pm.test(\"Alle KANAALen opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});", "", "if(pm.response.code == 200) {", " if(pm.response.json().length) {", " pm.globals.set(\"kanaal_url\", pm.response.json()[0].url);", " postman.setNextRequest(\"Een specifiek KANAAL opvragen.\");", " }", "}"], "_lastExecutionId": "3bc3f744-7537-4de5-b4a8-24ae10c13b0a"}}]}, {"id": "c3a6de92-2840-4b38-8e11-d991f7883e8c", "name": "Maak een KANAAL aan.", "request": {"description": {"content": "Maak een KANAAL aan.", "type": "text/plain"}, "url": {"path": ["kanaal"], "host": ["{{nrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"naam\": \"testkanaal\",\n\t\"documentatieLink\": \"https://example.com\",\n\t\"filters\": []\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "2d6d9203-74cb-4b79-8acd-1594ad191d8d", "type": "text/javascript", "exec": ["pm.test(\"Maak een ABONNEMENT aan geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"kanaal_url\", pm.response.json().url);", "}"]}}]}, {"id": "d6058eb5-7be2-4df6-b7a4-ad34e91b238f", "name": "Een specifiek KANAAL opvragen.", "request": {"description": {"content": "Een specifiek KANAAL opvragen.", "type": "text/plain"}, "url": {"host": ["{{kanaal_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "21c12630-fe99-4139-bb8c-d2a922263970", "type": "text/javascript", "exec": ["pm.test(\"Een specifiek KANAAL opvragen geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "b5e8410c-3efd-49fb-b709-37b0ff5c72c8"}}]}], "event": []}, {"id": "7ac52aa0-e4a4-4af9-9f7d-7a1342a756e6", "name": "notificaties", "description": {"content": "Folder for notificaties", "type": "text/plain"}, "item": [{"id": "31eb2e10-552f-4d68-972d-a10ad9c93df0", "name": "Publiceer een notificatie.", "request": {"description": {"content": "Publiceer een notificatie.", "type": "text/plain"}, "url": {"path": ["notificaties"], "host": ["{{nrc_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"kanaal\": \"testkanaal\",\n\t\"hoofdObject\": \"https://example.com\",\n\t\"resource\": \"test\",\n\t\"resourceUrl\": \"https://example.com\",\n\t\"actie\": \"CREATE\",\n\t\"aanmaakdatum\": \"2019-01-01T12:00:00Z\",\n\t\"kenmerken\": {}\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "76aa000f-710d-4579-aefe-d6d815b82fcd", "type": "text/javascript", "exec": ["pm.test(\"Publiceer een NOTIFICATIE geeft 201\", function() {", " pm.response.to.have.status(201);", "});"], "_lastExecutionId": "70a10c98-5cfa-4cd2-913d-2bff6a915a67"}}]}], "event": []}], "event": [{"listen": "prerequest", "script": {"id": "7314406a-9adb-48c0-a3c5-3dc3e142d913", "type": "text/javascript", "exec": [""], "_lastExecutionId": "1452b145-6ba1-4c1b-873d-9f243f841c51"}}, {"listen": "test", "script": {"id": "c48f7ab3-7134-4e68-86e0-7e11ec3d949d", "type": "text/javascript", "exec": [""], "_lastExecutionId": "3cf49d84-8f19-428e-a4b6-e39684e93d12"}}]}, {"id": "799032c6-1e6a-4f2e-b464-216c3dece475", "name": "AC", "description": {"content": "Een API om een autorisatiecomponent te benaderen.\n\nDe `AUTORISATIE` is het kernobject in deze API. Autorisaties worden toegekend\naan applicaties. Een applicatie is een representatie van een (web) app die\ncommuniceert met de API van (andere) componenten, zoals het ZRC, DRC, ZTC en\nBRC.\n\nDeze API laat toe om autorisaties van een (taak)applicatie te beheren en uit\nte lezen.\n\n**Autorisatie**\n\nDeze API vereist autorisatie. Je kan de\n[token-tool](https://ref.tst.vng.cloud/tokens/) gebruiken om JWT-tokens te\ngenereren.\n\n**Notificaties**\n\nDeze component publiceert notificaties op het kanaal `TODO`.\n\n**Handige links**\n\n* [Aan de slag](https://ref.tst.vng.cloud/ontwikkelaars/)\n* [\"Papieren\" standaard](https://ref.tst.vng.cloud/standaard/)\n", "type": "text/plain"}, "item": [{"id": "177c0e3f-a911-4787-b4f8-7779c16072e1", "name": "applicaties", "description": {"content": "Folder for applicaties", "type": "text/plain"}, "item": [{"id": "2043c930-32a3-48e7-b825-c59e4a53a82a", "name": "Geef een collectie van applicaties, met ingesloten autorisaties.", "request": {"description": {"content": "De autorisaties zijn gedefinieerd op een specifieke component, bijvoorbeeld\nhet ZRC, en geven aan welke scopes van toepassing zijn voor dit component.\nDe waarde van de `component` bepaalt ook welke verdere informatie ingesloten\nis, zoals `zaaktype` en `maxVertrouwelijkheidaanduiding` voor het ZRC.\n\nIn dit voorbeeld gelden er dus zaaktype-specifieke scopes en mogen zaken\nvan het betreffende zaaktype met een striktere vertrouwelijkheidaanduiding\ndan `maxVertrouwelijkheidaanduiding` niet ontsloten worden.\n\nDe collectie kan doorzocht worden met de ``clientIds`` query parameter.", "type": "text/plain"}, "url": {"path": ["applicaties"], "host": ["{{ac_url}}"], "query": [{"key": "clientIds", "value": "test_id"}, {"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "cd90ebf4-76e8-422e-932d-a4979cb53cf2", "type": "text/javascript", "exec": ["pm.test(\"Geef een collectie van applicaties, met ingesloten autorisaties geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "38f79a91-248e-43e8-a31a-58c6aa6f1ff3"}}]}, {"id": "79265b54-0988-46dc-b249-258ef633d3da", "name": "Registreer een applicatie met een bepaalde set van autorisaties.", "request": {"description": {"content": "Indien `heeftAlleAutorisaties` gezet is, dan moet je\n`autorisaties` leeg (of weg) laten.\n\nIndien je `autorisaties` meegeeft, dan moet `heeftAlleAutorisaties` de\nwaarde `false` hebben of weggelaten worden.\n\nNa het aanmaken wordt een notificatie verstuurd.", "type": "text/plain"}, "url": {"path": ["applicaties"], "host": ["{{ac_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n\t\"clientIds\": [\n\t\t\"test_id_oas_tests\"\n\t],\n\t\"label\": \"Test applicatie\",\n\t\"autorisaties\": [\n {\n \"component\": \"zrc\",\n \"componentWeergave\": \"Zaakregistratiecomponent\",\n \"scopes\": [\n \"zaken.lezen\"\n ],\n \"zaaktype\": \"{{zaaktype_url}}\",\n \"maxVertrouwelijkheidaanduiding\": \"openbaar\"\n }\n ]\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "e6c93a54-f0a0-4d5b-985f-95037a3d22cd", "type": "text/javascript", "exec": ["pm.test(\"Registreer een applicatie met een bepaalde set van autorisaties geeft 201\", function() {", " pm.response.to.have.status(201);", "});", "", "if(pm.response.code == 201) {", " pm.globals.set(\"created_applicatie_url\", pm.response.json().url);", " pm.globals.set(\"applicatie_body\", pm.request.body.raw);", " pm.globals.set(\"applicatie_clientId\", pm.response.json().clientIds[0]);", "}"], "_lastExecutionId": "724d7385-bc4a-4874-ae12-a9b5e1c6282b"}}]}, {"id": "59dcf913-5bf7-4ca3-a729-99f3ad6a3f1c", "name": "Vraag een applicatie op, op basis van clientId", "request": {"description": {"content": "Gegeven een `clientId`, via de query string, zoek de bijbehorende applicatie\nop. Het antwoord bevat de applicatie met ingesloten autorisaties.", "type": "text/plain"}, "url": {"path": ["applicaties", "consumer"], "host": ["{{ac_url}}"], "query": [{"key": "clientId", "value": "{{applicatie_clientId}}"}], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "3ba921e1-63c8-4ef6-85e2-82e6dce90d13", "type": "text/javascript", "exec": ["pm.test(\"Vraag een applicatie op, op basis van clientId geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "1c249a64-d292-4982-bde5-9e3a4e65f3cf"}}]}, {"id": "f0e558e6-62df-4a98-a497-7ec84e9a61b6", "name": "Vraag een applicatie op, met ingesloten autorisaties.", "request": {"description": {"content": "De autorisaties zijn gedefinieerd op een specifieke component, bijvoorbeeld\nhet ZRC, en geven aan welke scopes van toepassing zijn voor dit component.\nDe waarde van de `component` bepaalt ook welke verdere informatie ingesloten\nis, zoals `zaaktype` en `maxVertrouwelijkheidaanduiding` voor het ZRC.\n\nIn dit voorbeeld gelden er dus zaaktype-specifieke scopes en mogen zaken\nvan het betreffende zaaktype met een striktere vertrouwelijkheidaanduiding\ndan `maxVertrouwelijkheidaanduiding` niet ontsloten worden.", "type": "text/plain"}, "url": {"host": ["{{created_applicatie_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "094e9307-2f23-4300-af42-9ea4b15e368c", "type": "text/javascript", "exec": ["pm.test(\"Vraag een applicatie op, met ingesloten autorisaties geeft 200\", function() {", " pm.response.to.have.status(200);", "});"], "_lastExecutionId": "b132c1cd-a4a1-48cf-ab91-3424065b03c2"}}]}, {"id": "a9d8e5ea-c150-4a52-982b-b50165dd725f", "name": "Werk de applicatie bij.", "request": {"description": {"content": "Indien `heeftAlleAutorisaties` gezet is, dan moet je\n`autorisaties` leeg (of weg) laten.\n\nIndien je `autorisaties` meegeeft, dan moet `heeftAlleAutorisaties` de\nwaarde `false` hebben of weggelaten worden.\n\nNa het bijwerken wordt een notificatie verstuurd.", "type": "text/plain"}, "url": {"host": ["{{created_applicatie_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "PUT", "body": {"mode": "raw", "raw": "{{request_body}}"}}, "response": [], "event": [{"listen": "prerequest", "script": {"id": "830f6e47-fa6f-4da0-a3de-5f866a2467f4", "type": "text/javascript", "exec": ["// Retrieve the Zaak body template and modify as needed", "var body = JSON.parse(pm.globals.get(\"applicatie_body\"));", "pm.globals.set(\"scope\", \"zaken.aanmaken\");", "body.autorisaties[0].scopes.push(pm.globals.get(\"scope\"));", "", "// Store the modified Zaak body, allowing it to be used in the main request", "pm.globals.set(\"request_body\", JSON.stringify(body));"], "_lastExecutionId": "7bd0f768-460a-46d2-a664-9e9731d1bed2"}}, {"listen": "test", "script": {"id": "0da1ab97-2e2b-4492-b6a2-00ec8f4a558c", "type": "text/javascript", "exec": ["pm.test(\"Werk de applicatie bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", ""], "_lastExecutionId": "61b6a509-be70-4318-b206-7363da41ca40"}}]}, {"id": "e08a719e-7471-4508-a421-8438c2d1f65e", "name": "Werk (een deel van) de applicatie bij.", "request": {"description": {"content": "Indien `autorisaties` meegegeven is, dan worden de bestaande `autorisaties`\nvervangen met de nieuwe set van `autorisaties`.\n\nIndien `heeftAlleAutorisaties` gezet is, dan moet je\n`autorisaties` leeg (of weg) laten.\n\nIndien je `autorisaties` meegeeft, dan moet `heeftAlleAutorisaties` de\nwaarde `false` hebben of weggelaten worden.\n\nNa het bijwerken wordt een notificatie verstuurd.", "type": "text/plain"}, "url": {"host": ["{{created_applicatie_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "PATCH", "body": {"mode": "raw", "raw": "{\n\t\"autorisaties\": [\n\t\t{\n\t\t\t\"component\": \"zrc\",\n \"componentWeergave\": \"Zaakregistratiecomponent\",\n \"scopes\": [\n \"zaken.lezen\",\n \"zaken.aanmaken\"\n ],\n \"zaaktype\": \"{{zaaktype_url}}\",\n \"maxVertrouwelijkheidaanduiding\": \"vertrouwelijk\"\n\t\t}\t\n\t]\n}"}}, "response": [], "event": [{"listen": "test", "script": {"id": "b4418ec0-18fe-4fa0-a0b4-ab4989ca9ac3", "type": "text/javascript", "exec": ["pm.test(\"Werk (een deel van) de applicatie bij geeft 200\", function() {", " pm.response.to.have.status(200);", "});", ""], "_lastExecutionId": "b1706a1c-0688-47e6-b284-cbdcd8eee3e3"}}]}, {"id": "a3242668-5455-4563-af26-b8817fcf11de", "name": "Verwijder een applicatie met de bijhorende autorisaties.", "request": {"description": {"content": "Na het verwijderen wordt een notificatie verstuurd.", "type": "text/plain"}, "url": {"host": ["{{created_applicatie_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept", "value": "application/json"}, {"key": "Content-Type", "value": "application/json"}], "method": "DELETE"}, "response": [], "event": [{"listen": "test", "script": {"id": "a77626d5-c357-4ad3-83d9-9e1257da4378", "type": "text/javascript", "exec": ["pm.test(\"Verwijder een applicatie met de bijhorende autorisaties geeft 204\", function() {", " pm.response.to.have.status(204);", "});"], "_lastExecutionId": "51d2556a-4199-4e82-9ae6-e0bb93e838f2"}}]}], "event": []}], "event": [{"listen": "prerequest", "script": {"id": "a44aaded-fc04-44e7-b48e-abf75dfaef6e", "type": "text/javascript", "exec": [""], "_lastExecutionId": "64fa6697-7099-41a7-98e5-ac9f56d6d4f4"}}, {"listen": "test", "script": {"id": "eaa98815-0895-47b5-81b2-4fd9473a36a5", "type": "text/javascript", "exec": [""], "_lastExecutionId": "be2654c0-355c-485d-9aa3-2ae42e0e4d55"}}]}, {"id": "6ef34b85-4562-4905-abd2-1cacdabcb1cb", "name": "tearDown Copy", "item": [{"id": "ace8cc13-892f-474e-93b7-0f7b93bb72ec", "name": "Delete Zaak", "request": {"url": {"host": ["{{global_zaak_url}}"], "query": [], "variable": []}, "header": [{"key": "Accept-Crs", "value": "EPSG:4326"}], "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "c973611b-f24a-440c-b011-192c6ce2e192", "type": "text/javascript", "exec": ["pm.globals.unset(\"global_zaak_url\");"], "_lastExecutionId": "f2215ef9-0e8c-412f-83ed-6cf44802fb5f"}}]}, {"id": "45870f9d-0cb1-453f-801e-e5c2b6061956", "name": "Delete EnkelvoudigInformatieObject", "request": {"url": {"host": ["{{informatieobject_url}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "3b39339d-c9bf-4157-8567-f47bfae05831", "type": "text/javascript", "exec": ["pm.globals.unset(\"informatieobject_url\");"], "_lastExecutionId": "aad09650-ab0d-4a51-bd32-00eedd69f3fc"}}]}, {"id": "1920b03a-0975-4288-81a0-5ab2a3bb78ba", "name": "Delete EnkelvoudigInformatieObject indicatieGebruiksrecht null", "request": {"url": {"host": ["{{informatieobject_gebruiksrecht_null_url}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "c9c0e52a-1f9b-4cb0-91cc-406a82c6cba7", "type": "text/javascript", "exec": ["pm.globals.unset(\"informatieobject_gebruiksrecht_null_url\");"], "_lastExecutionId": "15a59180-3cb4-4552-9467-e8a2edbce4c4"}}]}, {"id": "cecd1edb-2d6b-4821-aee1-c44236c66dab", "name": "Delete Resultaattype", "request": {"url": {"host": ["{{resultaattype_url}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "d49778fb-bf94-4524-ad23-44b57330ad9c", "type": "text/javascript", "exec": ["pm.globals.unset(\"resultaattype_url\");"], "_lastExecutionId": "4cf3cd0d-2954-455d-ae03-ea0f6eece3ff"}}]}, {"id": "ce5c476a-46db-4021-9517-553b8ed86674", "name": "Delete Zaaktype", "request": {"url": {"host": ["{{zaaktype_url}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "7a3288b5-d39e-4d75-8eba-93fedbe8e247", "type": "text/javascript", "exec": ["pm.globals.unset(\"zaaktype_url\");"], "_lastExecutionId": "040292e2-12cc-4dfc-9ec4-36234d7496bd"}}]}, {"id": "178860d9-1d16-4635-8a7b-93709d1b725a", "name": "Delete Besluittype", "request": {"url": {"host": ["{{besluittype_url}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "cb063a68-092a-4efa-9175-693137271d71", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");"], "_lastExecutionId": "c557151d-3889-438c-acb4-07e9e3ec5a90"}}]}, {"id": "ab8e33ef-3135-47a1-a786-8a73e3f9250a", "name": "Delete Informatieobjecttype", "request": {"url": {"host": ["{{informatieobjecttype_url}}"], "query": [], "variable": []}, "method": "DELETE", "body": {"mode": "raw", "raw": ""}}, "response": [], "event": [{"listen": "test", "script": {"id": "a34757d5-f431-4be0-853f-e4f7cbb97143", "type": "text/javascript", "exec": ["pm.globals.unset(\"informatieobjecttype_url\");", "", "// Continue to the drc tests", "postman.setNextRequest(\"(DRC) Retrieve existing Catalogus\");"], "_lastExecutionId": "283bbd34-8b33-4eb2-9c5a-cedc712dfa89"}}]}], "event": [{"listen": "prerequest", "script": {"id": "26e2e6d1-351d-460b-a88c-f7e4da3b17a3", "type": "text/javascript", "exec": [""], "_lastExecutionId": "75002261-c51b-40f2-9d95-e9b7c6b01bfe"}}, {"listen": "test", "script": {"id": "58dab70c-551f-4864-a9c3-601f3ffe287c", "type": "text/javascript", "exec": [""], "_lastExecutionId": "75343ef7-737a-4bc0-b4d9-fe6c496a2c8a"}}]}], "auth": {"type": "bearer", "bearer": [{"type": "string", "value": "{{jwt_token}}", "key": "token"}]}, "event": [{"listen": "prerequest", "script": {"id": "3a747b52-fead-4388-ae63-cbb78774b54c", "type": "text/javascript", "exec": ["", "// if (typeof pm.globals.get('jwt_token') === 'undefined' || typeof pm.globals.get('jwt_token') === \"object\" ) {", "", "// const requestBody = {", "// \"clientIds\": [", "// \"allthescopesarebelongtous222223132532\"", "// ],", "// \t\"secret\": \"sosecret\",", "// \"label\": \"user\",", "// \"heeftAlleAutorisaties\": true,", "// \"autorisaties\": [],", "// }", "", "// pm.sendRequest({", "// url: pm.environment.get(\"token-issuer_url\"), // Replace with your API endpoint URL", "// method: 'POST',", "// header: {", "// 'Content-Type': 'application/json'", "// },", "// body: {", "// mode: 'raw',", "// raw: JSON.stringify(requestBody)", "// }", "// }, (err, response) => {", "// if (err) {", "// console.error(err);", "// return;", "// }", "", "// const responseBody = JSON.parse(response.text());", "// const extractedValue = responseBody.authorization; ", "// var bearer_and_token = extractedValue.split(' ');", "// var jwt_token = bearer_and_token[1]", "", "// pm.globals.set('jwt_token', jwt_token);", "// });} else {", "// }", ""], "_lastExecutionId": "ff0ce33c-cad6-465d-84b0-43577c60340d"}}, {"listen": "test", "script": {"id": "b83dcc74-bfc7-4d7f-8b82-68ea0844c5c4", "type": "text/javascript", "exec": ["// if (pm.response.code === 403) {", "// pm.globals.set(\"jwt_token\", undefined);", "// }"], "_lastExecutionId": "8879bf3b-013c-4b86-b69d-f39fdafdf25d"}}], "variable": [], "info": {"_postman_id": "e6a8882b-70ac-48be-8a1a-ca9f83b3ea9e", "name": "ZGW OAS tests Release 2023 Aug v3", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {"content": "Dit is de Postman test suite voor de OAS specificaties van de ZGW API's, elke folder bevat tests die verifieren of de API's voldoen aan de OAS specificaties van die API's. Het gaat om de volgende OAS schema's:\n\n- Zaken API: https://zaken-api.vng.cloud/api/v1/schema/\n- Documenten API: https://documenten-api.vng.cloud/api/v1/schema/\n- Catalogi API: https://catalogi-api.vng.cloud/api/v1/schema/\n- Besluiten API: https://besluiten-api.vng.cloud/api/v1/schema/\n- Notificaties API: https://notificaties-api.vng.cloud/api/v1/schema/\n- Autorisaties API: https://autorisaties-api.vng.cloud/api/v1/schema/\n\n**LET OP:** voor deze tests zijn de environment variabelen `client_id` en `secret` nodig, dit moeten credentials zijn die geregistreerd zijn binnen de Autorisaties API, en hiervoor moet dus ook een bestaande applicatie met superuser rechten aanwezig zijn in het systeem. Aan de hand van deze credentials wordt binnen de testsuite een JSON Web Token gegenereerd, die vervolgens gebruikt wordt in de Authorization headers van iedere API call", "type": "text/plain"}}}, "environment": {"id": "e4fc28c7-eb32-416f-94ac-435d51611638", "values": [{"type": "any", "value": "https://zaken-auth.test.vng.cloud/api/v1/register", "key": "token-issuer_url"}, {"type": "any", "value": "sosecret", "key": "secret_limited"}, {"type": "any", "value": "allthescopesarebelongtous222223132532-HYDDZjoJrfyY", "key": "client_id_limited"}, {"type": "any", "value": "sosecret", "key": "secret"}, {"type": "any", "value": "allthescopesarebelongtous222223132532-HYDDZjoJrfyY", "key": "client_id"}, {"type": "any", "value": "https://c9ac80e5-f4f6-46f9-9e64-a164c03b5f25.mock.pstmn.io", "key": "mock_url"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1", "key": "referentielijst_url"}, {"type": "any", "value": "https://autorisaties-api.test.vng.cloud/api/v1", "key": "ac_url"}, {"type": "any", "value": "https://notificaties-api.test.vng.cloud/api/v1", "key": "nrc_url"}, {"type": "any", "value": "https://besluiten-api.test.vng.cloud/api/v1", "key": "brc_url"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1", "key": "ztc_url"}, {"type": "any", "value": "https://documenten-api.test.vng.cloud/api/v1", "key": "drc_url"}, {"type": "any", "value": "https://zaken-api.test.vng.cloud/api/v1", "key": "zrc_url"}]}, "globals": {"id": "2d1ec04f-10ed-4a40-88a1-b1571c01b2f7", "values": [{"type": "any", "value": "eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw", "key": "jwt_token"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/catalogussen/0a7d6cec-44eb-4dc7-bbed-a5e5d3f89cbf", "key": "catalogus_url"}, {"type": "any", "value": 3, "key": "selectielijst_page"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/c59066fa-6deb-4106-b849-99e0473348a6", "key": "selectielijstklasse_procestermijn_nihil_url"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/fb65ae34-e820-4ace-815a-cf5da7d04a12", "key": "selectielijstklasse_procestermijn_vast_te_leggen_datum_url"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/1ac59662-5b5b-4291-87f1-8c56d8670331", "key": "procestype_procestermijn_nihil_url"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/fb65ae34-e820-4ace-815a-cf5da7d04a12", "key": "selectielijstklasse_url"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/83ad3b3f-2fde-4c1b-8249-4e1429ebc6ad", "key": "procestype_procestermijn_vast_te_leggen_datum_url"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/83ad3b3f-2fde-4c1b-8249-4e1429ebc6ad", "key": "procestype_url"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/59596a33-c8db-4aa7-bb81-140cb29bb42a", "key": "selectielijstklasse_procestermijn_ingeschatte_bestaansduur_object_url"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/388645ae-bb7f-4b2b-ba70-94b70f713d45", "key": "procestype_procestermijn_ingeschatte_bestaansduur_object_url"}, {"type": "any", "value": "https://referentielijsten-api.vng.cloud/api/v1/resultaattypeomschrijvingen/e6a0c939-3404-45b0-88e3-76c94fb80ea7", "key": "resultaattypeomschrijving_url"}, {"type": "any", "value": "3276f0a6-8188-48dd-b79a-9cd77d3df049", "key": "random_identificatie2"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/807e8c3d-b9e9-421f-94ff-8e7252a7431f", "key": "zaaktype_url2"}, {"type": "any", "value": "openbaar", "key": "zaaktype_vertrouwelijkheid2"}, {"type": "any", "value": ["https://ref.tst.vng.cloud/standaard/"], "key": "zaaktype_productenOfDiensten2"}, {"type": "any", "value": [], "key": "zaaktype_resultaattypen2"}, {"type": "any", "value": null, "key": "zaaktype_eigenschap2"}, {"type": "any", "value": "{\n\t\"identificatie\": \"3276f0a6-8188-48dd-b79a-9cd77d3df049\",\n \"omschrijving\": \"zrc_tests_1\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"https://referentielijsten-api.vng.cloud/api/v1/procestypen/83ad3b3f-2fde-4c1b-8249-4e1429ebc6ad\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"https://catalogi-api.test.vng.cloud/api/v1/catalogussen/0a7d6cec-44eb-4dc7-bbed-a5e5d3f89cbf\",\n \"informatieobjecttypen\": [],\n \"besluittypen\": [\n \"test\"\n ],\n \"gerelateerdeZaaktypen\": [],\n \"beginGeldigheid\": \"2018-01-01\",\n \"versiedatum\": \"2019-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}", "key": "zaaktype_body2"}, {"type": "any", "value": "56f86e23-277f-4e8d-94f4-39d5c54630c9", "key": "random_identificatie"}, {"type": "any", "value": "openbaar", "key": "zaaktype_vertrouwelijkheid"}, {"type": "any", "value": ["https://ref.tst.vng.cloud/standaard/"], "key": "zaaktype_productenOfDiensten"}, {"type": "any", "value": [], "key": "zaaktype_resultaattypen"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/eigenschappen/18c87b36-df2a-4fb2-af66-caf44ef86756", "key": "zaaktype_eigenschap"}, {"type": "any", "value": "{\n\t\"identificatie\": \"885f40de-0417-4a0e-ad4b-d96266d1719f\",\n \"omschrijving\": \"zrc_tests_2\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"https://referentielijsten-api.vng.cloud/api/v1/procestypen/1ac59662-5b5b-4291-87f1-8c56d8670331\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"https://catalogi-api.test.vng.cloud/api/v1/catalogussen/0a7d6cec-44eb-4dc7-bbed-a5e5d3f89cbf\",\n \"statustypen\": [\n \"http://localhost:8002/api/v1/statustypen/ecb7fc03-5c11-46be-917f-e70e16c77554\",\n \"http://localhost:8002/api/v1/statustypen/14734ec8-04f8-4c18-a009-e190ff448ca9\"\n ],\n \"resultaattypen\": [\n \"http://localhost:8002/api/v1/resultaattypen/eead9dcd-9544-4862-8a03-b55643f95228\"\n ],\n \"eigenschappen\": [\n \"http://localhost:8002/api/v1/eigenschappen/d417bd46-a2a8-46d7-bb8c-4c8dc214301b\"\n ],\n \"informatieobjecttypen\": [],\n \"besluittypen\": [],\n \"gerelateerdeZaaktypen\": [],\n \"beginGeldigheid\": \"2023-01-01\",\n \"versiedatum\": \"2019-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}", "key": "zaaktype_body"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/statustypen/81cea4b1-4109-4bb1-be52-92bac0ccfaaf", "key": "non_eindstatustype"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/statustypen/98134719-e8f3-4b64-a48f-c9181dadf3ac", "key": "eindstatustype"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/roltypen/6e8d2efe-ccfa-461a-a2f1-b8b43fcd9d91", "key": "roltype_url"}, {"type": "any", "value": "c3RyaW5n", "key": "object_inhoud"}, {"type": "any", "value": "e11f62ad-1f00-4a0c-8fe7-295f302ec48b", "key": "zaak_uuid"}, {"type": "any", "value": "{\n \"bronorganisatie\": \"000000000\",\n \"omschrijving\": \"string\",\n \"toelichting\": \"string\",\n \"registratiedatum\": \"2019-04-09\",\n \"verantwoordelijkeOrganisatie\": \"000000000\",\n \"zaaktype\": \"https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/807e8c3d-b9e9-421f-94ff-8e7252a7431f\",\n \"startdatum\": \"2019-04-09\",\n \"einddatumGepland\": \"2019-04-20\",\n \"uiterlijkeEinddatumAfdoening\": \"2019-04-09\",\n \"publicatiedatum\": \"2019-04-09\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"betalingsindicatie\": \"geheel\",\n \"laatsteBetaalDatum\": \"2019-01-01\",\n \"zaakgeometrie\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 53,\n 5\n ]\n },\n \"opschorting\": {\n \"indicatie\": true,\n \"reden\": \"string\"\n },\n \"selectielijstklasse\": \"https://referentielijsten-api.vng.cloud/api/v1/resultaten/fb65ae34-e820-4ace-815a-cf5da7d04a12\",\n \"archiefstatus\": \"nog_te_archiveren\"\n}", "key": "zaak_body"}, {"type": "any", "value": "https://besluiten-api.test.vng.cloud/api/v1/besluiten/d23260de-8139-4622-9d6b-73ab3e48003c", "key": "besluit_url"}, {"type": "any", "value": "https://zaken-api.test.vng.cloud/api/v1/zaken/e11f62ad-1f00-4a0c-8fe7-295f302ec48b", "key": "zaak_url"}, {"type": "any", "value": "aangepaste omschrijving", "key": "omschrijving"}, {"type": "any", "value": "{\"clientIds\":[\"test_id_oas_tests\"],\"label\":\"Test applicatie\",\"autorisaties\":[{\"component\":\"zrc\",\"componentWeergave\":\"Zaakregistratiecomponent\",\"scopes\":[\"zaken.lezen\",\"zaken.aanmaken\"],\"zaaktype\":\"https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/0bc46bfb-3c45-4268-9c7e-bb764d20ff7b\",\"maxVertrouwelijkheidaanduiding\":\"openbaar\"}]}", "key": "request_body"}, {"type": "any", "value": "87a20fb6-4e5b-49cf-9653-0f636b7fab4b", "key": "audittrail_uuid"}, {"type": "any", "value": "https://zaken-api.test.vng.cloud/api/v1/zaken/e11f62ad-1f00-4a0c-8fe7-295f302ec48b/zaakeigenschappen/d30607f8-6cf6-49d4-b81c-d1d16637d730", "key": "zaakeigenschap_url"}, {"type": "any", "value": "{\n\t\"zaak\": \"https://zaken-api.test.vng.cloud/api/v1/zaken/e11f62ad-1f00-4a0c-8fe7-295f302ec48b\",\n\t\"eigenschap\": \"https://catalogi-api.test.vng.cloud/api/v1/eigenschappen/18c87b36-df2a-4fb2-af66-caf44ef86756\",\n\t\"waarde\": \"test\"\n}", "key": "zaakeigenschap_body"}, {"type": "any", "value": "https://zaken-api.test.vng.cloud/api/v1/klantcontacten/b519ba4f-7fae-4c9e-b265-788be7b9f1b6", "key": "klantcontact_url"}, {"type": "any", "value": "https://zaken-api.test.vng.cloud/api/v1/resultaten/8ea3fb64-223d-4888-a9ab-9e545eb529b1", "key": "resultaat_url"}, {"type": "any", "value": "{\n\n \"zaak\": \"https://zaken-api.test.vng.cloud/api/v1/zaken/30f1b1aa-9e9a-42f3-b1a5-cba6c9725e87\",\n \"resultaattype\": \"https://catalogi-api.test.vng.cloud/api/v1/resultaattypen/d9d466f6-ffaa-4355-800c-80a428fe3798\",\n \"toelichting\": \"string\"\n\n}", "key": "resultaat_body"}, {"type": "any", "value": "aangepaste toelichting", "key": "toelichting"}, {"type": "any", "value": "https://zaken-api.test.vng.cloud/api/v1/statussen/737fd2f1-ab5d-459a-9339-eddebe2f9ffc", "key": "status_url"}, {"type": "any", "value": "https://zaken-api.test.vng.cloud/api/v1/rollen/0dfa72b5-8161-4d9c-9ee7-fcb87240625f", "key": "rol_url"}, {"type": "any", "value": "{\n\t\"zaak\": \"https://zaken-api.test.vng.cloud/api/v1/zaken/30f1b1aa-9e9a-42f3-b1a5-cba6c9725e87\",\n\t\"betrokkene\": \"http://example.com/2d0815580af94ee0a15aa677aa646e1a\",\n\t\"betrokkeneType\": \"natuurlijk_persoon\",\n\t\"rolomschrijving\": \"behandelaar\",\n\t\"roltoelichting\": \"testrol\",\n\t\"roltype\": \"https://catalogi-api.test.vng.cloud/api/v1/roltypen/6e8d2efe-ccfa-461a-a2f1-b8b43fcd9d91\"\n}", "key": "rol_body"}, {"type": "any", "value": "https://zaken-api.test.vng.cloud/api/v1/zaakobjecten/a0e5a778-6078-477a-988e-bd489a15684e", "key": "zaakobject_url"}, {"type": "any", "value": "{\n\t\"zaak\": \"https://zaken-api.test.vng.cloud/api/v1/zaken/30f1b1aa-9e9a-42f3-b1a5-cba6c9725e87\",\n\t\"objectType\": \"pand\",\n\t\"objectIdentificatie\": {\n\t\t\"identificatie\": \"test\"\n\t}\n}", "key": "zo_body"}, {"type": "any", "value": "https://zaken-api.test.vng.cloud/api/v1/zaakinformatieobjecten/98d859fb-1253-46cb-8f73-f8d4a0f2eb4b", "key": "zio_url"}, {"type": "any", "value": "{\n\t\"zaak\": \"https://zaken-api.test.vng.cloud/api/v1/zaken/30f1b1aa-9e9a-42f3-b1a5-cba6c9725e87\",\n\t\"informatieobject\": \"https://documenten-api.test.vng.cloud/api/v1/enkelvoudiginformatieobjecten/ee2f6390-701a-401f-8d8e-d0623dcbaa61\"\n}", "key": "zio_body"}, {"type": "any", "value": "aangepaste titel", "key": "titel"}, {"type": "any", "value": "https://documenten-api.test.vng.cloud/api/v1/enkelvoudiginformatieobjecten/96b2a026-7411-4ad8-9778-0cff981afab2", "key": "created_informatieobject_url"}, {"type": "any", "value": "{\n\t\"bronorganisatie\": \"000000000\",\n\t\"creatiedatum\": \"2019-01-01\",\n\t\"titel\": \"testobject\",\n\t\"auteur\": \"testauteur\",\n\t\"taal\": \"eng\",\n\t\"inhoud\": \"c3RyaW5n\",\n\t\"informatieobjecttype\": \"https://catalogi-api.test.vng.cloud/api/v1/informatieobjecttypen/cad5f55d-1026-4e90-8ace-73c40ca25ef3\",\n\t\"bestandsomvang\": 6\n}", "key": "informatieobject_body"}, {"type": "any", "value": "3c35bc9e406441c9adacfc3835df0413", "key": "informatieobject_lock_id"}, {"type": "any", "value": "aangepaste beschrijving", "key": "beschrijving"}, {"type": "any", "value": "https://documenten-api.test.vng.cloud/api/v1/gebruiksrechten/b7d55d5d-6792-468f-9812-1ec37b3d14c2", "key": "gebruiksrecht_url"}, {"type": "any", "value": "{\n\t\"informatieobject\": \"https://documenten-api.test.vng.cloud/api/v1/enkelvoudiginformatieobjecten/ee2f6390-701a-401f-8d8e-d0623dcbaa61\",\n\t\"startdatum\": \"2019-01-01T12:00:00\",\n\t\"omschrijvingVoorwaarden\": \"test\"\n}", "key": "gebruiksrecht_body"}, {"type": "any", "value": "aangepaste omschrijvingVoorwaarden", "key": "omschrijvingVoorwaarden"}, {"type": "any", "value": "885f40de-0417-4a0e-ad4b-d96266d1719f", "key": "random_identificatie_zaaktype_created"}, {"type": "any", "value": "42ddee5a-6483-4922-9e66-42a892637f57", "key": "random_identificatie_zaaktype_created_concept"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/besluittypen/88a2003a-6eb3-421f-90d1-57325381a80c", "key": "created_besluittype_url"}, {"type": "any", "value": "{\n \"catalogus\": \"https://catalogi-api.test.vng.cloud/api/v1/catalogussen/0a7d6cec-44eb-4dc7-bbed-a5e5d3f89cbf\",\n \"omschrijving\": \"besluittype test\",\n \"zaaktypen\": [],\n\t\"publicatieIndicatie\": false,\n\t\"informatieobjecttypen\": [],\n\t\"beginGeldigheid\": \"2019-01-01\"\n}", "key": "besluittype_body"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/eigenschappen/9b8985d1-9320-4d63-bbf0-ce5c6c6ad5bc", "key": "eigenschap_url"}, {"type": "any", "value": "{\n\t\"naam\": \"test eigenschap2\",\n\t\"definitie\": \"for test\",\n\t\"zaaktype\": \"https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/5b06b62f-2e01-4732-9012-c09e806b3b93\",\n \"specificatie\": {\n \"formaat\": \"tekst\",\n \"lengte\": \"5\",\n \"kardinaliteit\": \"1\",\n \"waardenverzameling\": [\"test\"]\n }\n}", "key": "eigenschap_body"}, {"type": "any", "value": "{\n\t\"catalogus\": \"https://catalogi-api.test.vng.cloud/api/v1/catalogussen/0a7d6cec-44eb-4dc7-bbed-a5e5d3f89cbf\",\n\t\"omschrijving\": \"informatieobject2\",\n\t\"vertrouwelijkheidaanduiding\": \"openbaar\",\n\t\"beginGeldigheid\": \"2019-01-01\",\n \"informatieobjectcategorie\":\"informatieobject2\"\n}", "key": "informatieobjecttype_body"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/resultaattypen/bd3fb4f1-96cf-44cf-9a27-740d915301dc", "key": "created_resultaattype_url"}, {"type": "any", "value": "{\n\t\"zaaktype\": \"https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/5b06b62f-2e01-4732-9012-c09e806b3b93\",\n\t\"omschrijving\": \"TEST2\",\n\t\"resultaattypeomschrijving\": \"https://referentielijsten-api.vng.cloud/api/v1/resultaattypeomschrijvingen/e6a0c939-3404-45b0-88e3-76c94fb80ea7\",\n\t\"selectielijstklasse\": \"https://referentielijsten-api.vng.cloud/api/v1/resultaten/fb65ae34-e820-4ace-815a-cf5da7d04a12\",\n\t\"brondatumArchiefprocedure\": {\n\t\t\"afleidingswijze\": \"gerelateerde_zaak\",\n\t\t\"procestermijn\": null,\n\t\t\"datumkenmerk\": \"\",\n\t\t\"einddatumBekend\": false,\n\t\t\"objecttype\": \"\",\n\t\t\"registratie\": \"\"\n\t}\n}", "key": "resultaattype_body"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/roltypen/0318adf2-3aad-47b8-abf6-415cdcaea846", "key": "created_roltype_url"}, {"type": "any", "value": "{\n\t\"zaaktype\": \"https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/5b06b62f-2e01-4732-9012-c09e806b3b93\",\n\t\"omschrijving\": \"test2\",\n\t\"omschrijvingGeneriek\": \"adviseur\"\n}", "key": "roltype_body"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/statustypen/5b11cc6a-af03-42a1-a6c3-ec7da7b6c65f", "key": "created_statustype_url"}, {"type": "any", "value": "{\n\t\"omschrijving\": \"Eind2\",\n\t\"zaaktype\": \"https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/5b06b62f-2e01-4732-9012-c09e806b3b93\",\n\t\"volgnummer\": 3\n}", "key": "statustype_body"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/zaaktype-informatieobjecttypen/a108f0a7-5b5d-4469-9e60-bac9d45d8883", "key": "created_relatie_url"}, {"type": "any", "value": "{\n\t\"zaaktype\": \"https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/988ff79e-6a64-4a2b-872d-dfb5a5781acb\",\n\t\"informatieobjecttype\": \"informatieobject_hist_2\",\n\t\"volgnummer\": 2,\n\t\"richting\": \"intern\"\n}", "key": "relatie_body"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/informatieobjecttypen/9fb64da9-5aa7-4932-8661-35d253e455dc", "key": "informatieobjecttype_url_hist"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/informatieobjecttypen/a5b9d832-55ef-4a49-b965-1cd92c2d47a5", "key": "informatieobjecttype_url_hist_2"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/besluittypen/221ba439-b8fe-4824-a971-2ec880e54377", "key": "besluittype_url_hist_1"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/besluittypen/6cc51be3-d1ab-4458-8dab-6c18fbe89b1e", "key": "besluittype_url_hist_2"}, {"type": "any", "value": "8c3c8184-fdc3-4cb0-91b9-3575fd6278c0", "key": "random_identificatie5"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/d7ba19ad-27a5-427d-9f31-7b2860146c59", "key": "zaaktype_url5"}, {"type": "any", "value": "openbaar", "key": "zaaktype_vertrouwelijkheid5"}, {"type": "any", "value": ["https://ref.tst.vng.cloud/standaard/"], "key": "zaaktype_productenOfDiensten5"}, {"type": "any", "value": [], "key": "zaaktype_resultaattypen5"}, {"type": "any", "value": null, "key": "zaaktype_eigenschap5"}, {"type": "any", "value": "{\n\t\"identificatie\": \"8c3c8184-fdc3-4cb0-91b9-3575fd6278c0\",\n \"omschrijving\": \"zrc_tests_1\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"https://referentielijsten-api.vng.cloud/api/v1/procestypen/83ad3b3f-2fde-4c1b-8249-4e1429ebc6ad\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"https://catalogi-api.test.vng.cloud/api/v1/catalogussen/0a7d6cec-44eb-4dc7-bbed-a5e5d3f89cbf\",\n \"informatieobjecttypen\": [],\n \"besluittypen\": [],\n \"gerelateerdeZaaktypen\": [],\n \"beginGeldigheid\": \"2019-01-01\",\n \"versiedatum\": \"2019-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}", "key": "zaaktype_body5"}, {"type": "any", "value": "597fadc9-d133-4283-9b69-ce2007d6b052", "key": "random_identificatie6"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/988ff79e-6a64-4a2b-872d-dfb5a5781acb", "key": "zaaktype_url6"}, {"type": "any", "value": "openbaar", "key": "zaaktype_vertrouwelijkheid6"}, {"type": "any", "value": ["https://ref.tst.vng.cloud/standaard/"], "key": "zaaktype_productenOfDiensten6"}, {"type": "any", "value": [], "key": "zaaktype_resultaattypen6"}, {"type": "any", "value": null, "key": "zaaktype_eigenschap6"}, {"type": "any", "value": "{\n\t\"identificatie\": \"597fadc9-d133-4283-9b69-ce2007d6b052\",\n \"omschrijving\": \"zrc_tests_1\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"https://referentielijsten-api.vng.cloud/api/v1/procestypen/83ad3b3f-2fde-4c1b-8249-4e1429ebc6ad\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"https://catalogi-api.test.vng.cloud/api/v1/catalogussen/0a7d6cec-44eb-4dc7-bbed-a5e5d3f89cbf\",\n \"informatieobjecttypen\": [],\n \"besluittypen\": [],\n \"gerelateerdeZaaktypen\": [],\n \"beginGeldigheid\": \"2020-01-01\",\n \"versiedatum\": \"2019-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}", "key": "zaaktype_body6"}, {"type": "any", "value": "6b611564-ef01-450e-858b-d081a265ad07", "key": "random_identificatie4"}, {"type": "any", "value": "https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/3aaee223-f85e-493c-8b1f-d18dbff5eac7", "key": "zaaktype_url_hist"}, {"type": "any", "value": "openbaar", "key": "zaaktype_vertrouwelijkheid_hist"}, {"type": "any", "value": ["https://ref.tst.vng.cloud/standaard/"], "key": "zaaktype_productenOfDiensten_hist"}, {"type": "any", "value": [], "key": "zaaktype_resultaattypen_hist"}, {"type": "any", "value": null, "key": "zaaktype_eigenschap_hist"}, {"type": "any", "value": "{\n\t\"identificatie\": \"6b611564-ef01-450e-858b-d081a265ad07\",\n \"omschrijving\": \"zrc_tests_2\",\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\n \"doel\": \"test doel\",\n \"aanleiding\": \"test aanleiding\",\n \"indicatieInternOfExtern\": \"extern\",\n \"handelingInitiator\": \"indienen\",\n \"onderwerp\": \"openbare ruimte\",\n \"handelingBehandelaar\": \"behandelen\",\n \"doorlooptijd\": \"P10D\",\n \"opschortingEnAanhoudingMogelijk\": false,\n \"verlengingMogelijk\": true,\n \"publicatieIndicatie\": false,\n \"productenOfDiensten\": [\n \"https://ref.tst.vng.cloud/standaard/\"\n ],\n \"selectielijstProcestype\": \"https://referentielijsten-api.vng.cloud/api/v1/procestypen/83ad3b3f-2fde-4c1b-8249-4e1429ebc6ad\",\n \"referentieproces\": {\n \"naam\": \"test\",\n \"link\": \"\"\n },\n \"catalogus\": \"https://catalogi-api.test.vng.cloud/api/v1/catalogussen/0a7d6cec-44eb-4dc7-bbed-a5e5d3f89cbf\",\n \"informatieobjecttypen\": [],\n \"besluittypen\": [\n \"besluit_omschrijving_1\",\n \"besluit_omschrijving_2\"\n ],\n \"deelzaaktypen\":[\"597fadc9-d133-4283-9b69-ce2007d6b052\",\"8c3c8184-fdc3-4cb0-91b9-3575fd6278c0\"],\n \"gerelateerdeZaaktypen\": [{\"zaaktype\": \"8c3c8184-fdc3-4cb0-91b9-3575fd6278c0\",\n \"aard_relatie\": \"bijdrage\",\n \"toelichting\": \"test relations\"},\n {\"zaaktype\": \"597fadc9-d133-4283-9b69-ce2007d6b052\",\n \"aard_relatie\": \"bijdrage\",\n \"toelichting\": \"test relations\"}],\n \"beginGeldigheid\": \"2022-01-01\",\n \"eindeGeldigheid\": \"2060-01-01\",\n \"versiedatum\": \"2018-01-01\",\n \"concept\": true,\n \"verlengingstermijn\": \"P5D\",\"verantwoordelijke\": \"Behandelaar\"\n}", "key": "zaaktype_body_hist"}, {"type": "any", "value": "https://besluiten-api.test.vng.cloud/api/v1/besluiten/7ebfd190-07a8-4291-8355-e826a87b535d", "key": "created_besluit_url"}, {"type": "any", "value": "{\n \"verantwoordelijkeOrganisatie\": \"000000000\",\n \"besluittype\": \"https://catalogi-api.test.vng.cloud/api/v1/besluittypen/81dcfab6-1074-43bb-8a63-5be57e9cdfc7\",\n \"datum\": \"2019-01-01\",\n \"ingangsdatum\": \"2018-01-01\"\n}", "key": "besluit_body"}, {"type": "any", "value": "https://besluiten-api.test.vng.cloud/api/v1/besluitinformatieobjecten/a306aa47-ac6e-4066-b5f6-dc9460bc2a65", "key": "bio_url"}, {"type": "any", "value": "{\n\t\"besluit\": \"https://besluiten-api.test.vng.cloud/api/v1/besluiten/d23260de-8139-4622-9d6b-73ab3e48003c\",\n\t\"informatieobject\": \"https://documenten-api.test.vng.cloud/api/v1/enkelvoudiginformatieobjecten/ee2f6390-701a-401f-8d8e-d0623dcbaa61\"\n}", "key": "bio_body"}, {"type": "any", "value": "https://notificaties-api.test.vng.cloud/api/v1/kanaal/86ddbacc-39a1-47ad-93a0-a3cf1e4bce7e", "key": "kanaal_url"}, {"type": "any", "value": "https://autorisaties-api.test.vng.cloud/api/v1/applicaties/399a5eea-0f63-49ab-9b8b-c8aeed490171", "key": "created_applicatie_url"}, {"type": "any", "value": "{\n\t\"clientIds\": [\n\t\t\"test_id_oas_tests\"\n\t],\n\t\"label\": \"Test applicatie\",\n\t\"autorisaties\": [\n {\n \"component\": \"zrc\",\n \"componentWeergave\": \"Zaakregistratiecomponent\",\n \"scopes\": [\n \"zaken.lezen\"\n ],\n \"zaaktype\": \"https://catalogi-api.test.vng.cloud/api/v1/zaaktypen/0bc46bfb-3c45-4268-9c7e-bb764d20ff7b\",\n \"maxVertrouwelijkheidaanduiding\": \"openbaar\"\n }\n ]\n}", "key": "applicatie_body"}, {"type": "any", "value": "test_id_oas_tests", "key": "applicatie_clientId"}, {"type": "any", "value": "zaken.aanmaken", "key": "scope"}]}, "run": {"stats": {"iterations": {"total": 1, "pending": 0, "failed": 0}, "items": {"total": 222, "pending": 0, "failed": 0}, "scripts": {"total": 1131, "pending": 0, "failed": 0}, "prerequests": {"total": 222, "pending": 0, "failed": 0}, "requests": {"total": 239, "pending": 0, "failed": 0}, "tests": {"total": 222, "pending": 0, "failed": 0}, "assertions": {"total": 237, "pending": 0, "failed": 0}, "testScripts": {"total": 651, "pending": 0, "failed": 0}, "prerequestScripts": {"total": 480, "pending": 0, "failed": 0}}, "timings": {"responseAverage": 695.9205020920502, "responseMin": 14, "responseMax": 19567, "responseSd": 1718.1803470465916, "dnsAverage": 0, "dnsMin": 0, "dnsMax": 0, "dnsSd": 0, "firstByteAverage": 0, "firstByteMin": 0, "firstByteMax": 0, "firstByteSd": 0, "started": 1700521866341, "completed": 1700522019415}, "executions": [{"cursor": {"position": 0, "iteration": 0, "length": 228, "cycles": 1, "empty": false, "eof": false, "bof": true, "cr": false, "ref": "1f4e6a7b-b147-4878-8879-7c91d5edda8d", "httpRequestId": "440b8729-3327-4f6d-ab69-c12c18add7c5"}, "item": {"id": "40281f62-0943-4342-87c5-6ba254efae97", "name": "Generate JWT for collection", "request": {"url": {"host": ["{{token-issuer_url}}"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"clientIds\": [\n \"allthescopesarebelongtous222223132532\"\n ],\n \"secret\": \"sosecret\",\n \"label\": \"user\",\n \"heeftAlleAutorisaties\": true,\n \"autorisaties\": []\n}", "options": {"raw": {"language": "json"}}}, "auth": {"type": "noauth", "noauth": []}}, "response": [], "event": [{"listen": "test", "script": {"id": "8d62daf1-1e28-4241-ac69-2ac2cc173974", "type": "text/javascript", "exec": [" const extractedValue = pm.response.json().authorization", " var bearer_and_token = extractedValue.split(' ');", " var jwt_token = bearer_and_token[1]", "pm.globals.set(\"jwt_token\",jwt_token)"], "_lastExecutionId": "07fd0b2a-2612-4311-8371-82b173a75e46"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "register"], "host": ["zaken-auth", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Content-Type", "value": "application/json"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "4f63af7b-746c-4dd0-bded-b467a5296d44", "system": true}, {"key": "Host", "value": "zaken-auth.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}, {"key": "Content-Length", "value": "166", "system": true}], "method": "POST", "body": {"mode": "raw", "raw": "{\n \"clientIds\": [\n \"allthescopesarebelongtous222223132532\"\n ],\n \"secret\": \"sosecret\",\n \"label\": \"user\",\n \"heeftAlleAutorisaties\": true,\n \"autorisaties\": []\n}", "options": {"raw": {"language": "json"}}}, "auth": {"type": "noauth", "noauth": []}}, "response": {"id": "3592d0f2-5b83-494c-9f5f-9785dda8b2f4", "status": "OK", "code": 200, "header": [{"key": "Content-Length", "value": "1118"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:06 GMT"}, {"key": "Location", "value": "https://zaken-auth.test.vng.cloud/api/v1/register"}, {"key": "Server", "value": "uvicorn"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}], "cookie": [], "responseTime": 607, "responseSize": 1118, "body": {"authorization": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw", "propagated": [{"endpoint": "http://brc:8000/api/v1", "success": true, "client_id": "allthescopesarebelongtous222223132532-1os2LKohnsR0"}, {"endpoint": "http://nrc:8000/api/v1", "success": true, "client_id": "allthescopesarebelongtous222223132532-1os2LKohnsR0"}, {"endpoint": "http://ztc:8000/api/v1", "success": true, "client_id": "allthescopesarebelongtous222223132532-1os2LKohnsR0"}, {"endpoint": "http://ac:8000/api/v1", "success": true, "client_id": "allthescopesarebelongtous222223132532-1os2LKohnsR0"}, {"endpoint": "http://zrc:8000/api/v1", "success": true, "client_id": "allthescopesarebelongtous222223132532-1os2LKohnsR0"}, {"endpoint": "http://drc:8000/api/v1", "success": true, "client_id": "allthescopesarebelongtous222223132532-1os2LKohnsR0"}]}}, "id": "40281f62-0943-4342-87c5-6ba254efae97"}, {"cursor": {"ref": "c4b14048-8bc4-4814-b15d-bc21757768be", "length": 228, "cycles": 1, "position": 1, "iteration": 0, "httpRequestId": "51e3fe07-6dfd-4c39-9495-256cbd8eb2a8", "scriptId": "ca1b7152-7efb-4f96-b239-752c9687fbfb", "execution": "fa32c29f-df63-4a2c-b7bb-1185df359678"}, "item": {"id": "aa4a2ef9-ee57-44d4-b906-c4ea9b8e772a", "name": "Delete Applicatie for AC tests", "request": {"url": {"path": ["applicaties"], "host": ["{{ac_url}}"], "query": [{"key": "clientIds", "value": "test_id_oas_tests"}], "variable": []}, "method": "GET", "auth": {"type": "bearer", "bearer": [{"type": "string", "value": "{{jwt_token}}", "key": "token"}]}}, "response": [], "event": [{"listen": "test", "script": {"id": "ca1b7152-7efb-4f96-b239-752c9687fbfb", "type": "text/javascript", "exec": ["var results = pm.response.json().results;", "if(results.length > 0) {", " for(i=0; i<results.length; i++) {", " if(results[i].clientIds.includes(\"test_id_oas_tests\")) {", " pm.sendRequest({", " \"url\": results[i].url,", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", "}", "", "pm.globals.unset(\"selectielijst_page\")"], "_lastExecutionId": "fa32c29f-df63-4a2c-b7bb-1185df359678"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "applicaties", "8da6316e-5669-4266-9e54-4aff9d484c25"], "host": ["autorisaties-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "24330a01-be66-412b-ac56-2288d9a33d22", "system": true}, {"key": "Host", "value": "autorisaties-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "b357d85b-6ded-447a-a678-8a2ad9f3b219", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.0.0"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Frame-Options", "value": "SAMEORIGIN"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:07 GMT"}], "cookie": [], "responseTime": 244, "responseSize": 0}, "id": "8b39f6fb-ad44-4de3-908b-32f44be30e67"}, {"cursor": {"ref": "c4b14048-8bc4-4814-b15d-bc21757768be", "length": 228, "cycles": 1, "position": 1, "iteration": 0, "httpRequestId": "51e3fe07-6dfd-4c39-9495-256cbd8eb2a8", "scriptId": "ca1b7152-7efb-4f96-b239-752c9687fbfb", "execution": "fa32c29f-df63-4a2c-b7bb-1185df359678"}, "item": {"id": "aa4a2ef9-ee57-44d4-b906-c4ea9b8e772a", "name": "Delete Applicatie for AC tests", "request": {"url": {"path": ["applicaties"], "host": ["{{ac_url}}"], "query": [{"key": "clientIds", "value": "test_id_oas_tests"}], "variable": []}, "method": "GET", "auth": {"type": "bearer", "bearer": [{"type": "string", "value": "{{jwt_token}}", "key": "token"}]}}, "response": [], "event": [{"listen": "test", "script": {"id": "ca1b7152-7efb-4f96-b239-752c9687fbfb", "type": "text/javascript", "exec": ["var results = pm.response.json().results;", "if(results.length > 0) {", " for(i=0; i<results.length; i++) {", " if(results[i].clientIds.includes(\"test_id_oas_tests\")) {", " pm.sendRequest({", " \"url\": results[i].url,", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", "}", "", "pm.globals.unset(\"selectielijst_page\")"], "_lastExecutionId": "fa32c29f-df63-4a2c-b7bb-1185df359678"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "applicaties", "8da6316e-5669-4266-9e54-4aff9d484c25"], "host": ["autorisaties-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "24330a01-be66-412b-ac56-2288d9a33d22", "system": true}, {"key": "Host", "value": "autorisaties-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "b357d85b-6ded-447a-a678-8a2ad9f3b219", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.0.0"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Frame-Options", "value": "SAMEORIGIN"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:07 GMT"}], "cookie": [], "responseTime": 244, "responseSize": 0}, "id": "8b39f6fb-ad44-4de3-908b-32f44be30e67"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "b1b1df46-407b-4af5-8891-be64c8a1dd86", "length": 228, "cycles": 1, "position": 2, "iteration": 0, "httpRequestId": "a5232dd3-a09d-4a2c-8f46-dbd930d2abb4", "scriptId": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "execution": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}, "item": {"id": "d1e339a1-9346-4285-bb87-cef993569810", "name": "Retrieve existing Catalogus", "request": {"url": {"path": ["catalogussen"], "host": ["{{ztc_url}}"], "query": [{"key": "domein", "value": "ZGWT"}, {"key": "rsin", "value": "000000000"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "1b20e8e0-ec7f-41ea-969b-5e25aa4c8c49", "type": "text/javascript", "exec": ["pm.globals.unset(\"besluittype_url\");", "pm.globals.unset(\"informatieobjecttype_url\");", "", "if(pm.response.json().count) {", " var catalogus = pm.response.json().results[0];", " pm.globals.set(\"catalogus_url\", pm.response.json().results[0].url);", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", " ", " if(catalogus.besluittypen) {", " for(i=0; i<catalogus.besluittypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.besluittypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"besluittype_url\", catalogus.besluittypen[0]);", " }", " if(catalogus.informatieobjecttypen) {", " for(i=0; i<catalogus.informatieobjecttypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.informatieobjecttypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", " if(catalogus.zaaktypen) {", " for(i=0; i<catalogus.zaaktypen.length; i++) {", " pm.sendRequest({", " \"url\": catalogus.zaaktypen[i],", " \"method\": \"DELETE\",", " \"header\": {", " \"Authorization\": \"Bearer \" + pm.globals.get(\"jwt_token\")", " }", " });", " }", " // pm.globals.set(\"informatieobjecttype_url\", catalogus.informatieobjecttypen[0]);", " }", "}"], "_lastExecutionId": "dd412d00-2d43-49a5-8bda-825e2eaa5457"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "zaaktypen", "6c828f85-e0de-4a4e-b1ce-48bcfc009df2"], "host": ["catalogi-api", "test", "vng", "cloud"], "query": [], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw"}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "09ec5c51-b9db-4616-8ca0-26d6047772ec", "system": true}, {"key": "Host", "value": "catalogi-api.test.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "DELETE"}, "response": {"id": "abdbc30e-2253-4bc4-a9db-09a269ffa4f4", "status": "No Content", "code": 204, "header": [{"key": "Allow", "value": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}, {"key": "Api-Version", "value": "1.3.1"}, {"key": "Referrer-Policy", "value": "same-origin"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "X-Content-Type-Options", "value": "nosniff"}, {"key": "X-Frame-Options", "value": "DENY"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}], "cookie": [], "responseTime": 4569, "responseSize": 0}, "id": "0f070048-5ab5-476e-a3a1-2c66bd6cd2fe"}, {"cursor": {"ref": "7457b899-8406-4574-84a3-c402cbbf6f1c", "length": 228, "cycles": 1, "position": 4, "iteration": 0, "httpRequestId": "ebb90aee-423a-442c-9043-3ca7050c8809"}, "item": {"id": "5f7da57c-5387-4abb-976f-d83bbdc70f20", "name": "Get Selectielijstklassen and Procestypen", "request": {"url": {"path": ["resultaten"], "host": ["{{referentielijst_url}}"], "query": [{"key": "page", "value": "{{selectielijst_page}}"}], "variable": []}, "method": "GET"}, "response": [], "event": [{"listen": "test", "script": {"id": "77fb9d74-929a-4770-ac65-a24de823fa8d", "type": "text/javascript", "exec": ["if(pm.globals.get(\"selectielijst_page\") == 1) {", " pm.globals.unset(\"selectielijstklasse_procestermijn_nihil_url\");", " pm.globals.unset(\"selectielijstklasse_procestermijn_ingeschatte_bestaansduur_object_url\");", " pm.globals.unset(\"selectielijstklasse_procestermijn_vast_te_leggen_datum_url\");", "}", "", "if(pm.response.code == 200) {", " var results = pm.response.json().results;", " for(i=0; i<results.length; i++) {", " // if(results[i].procestermijn == \"nihil\" && !pm.globals.get(\"selectielijstklasse_procestermijn_nihil_url\")) {", " if(results[i].procestermijn == \"nihil\") {", " pm.globals.set(\"selectielijstklasse_procestermijn_nihil_url\", results[i].url);", " pm.globals.set(\"procestype_procestermijn_nihil_url\", results[i].procesType);", " // } if(results[i].procestermijn == \"ingeschatte_bestaansduur_procesobject\" && !pm.globals.get(\"selectielijstklasse_procestermijn_ingeschatte_bestaansduur_object_url\")) {", " } if(results[i].procestermijn == \"ingeschatte_bestaansduur_procesobject\") {", " pm.globals.set(\"selectielijstklasse_procestermijn_ingeschatte_bestaansduur_object_url\", results[i].url);", " pm.globals.set(\"procestype_procestermijn_ingeschatte_bestaansduur_object_url\", results[i].procesType);", " // } if(results[i].procestermijn == \"vast_te_leggen_datum\" && !pm.globals.get(\"selectielijstklasse_procestermijn_vast_te_leggen_datum_url\")) {", " } if(results[i].procestermijn == \"vast_te_leggen_datum\") {", " pm.globals.set(\"selectielijstklasse_procestermijn_vast_te_leggen_datum_url\", results[i].url);", " pm.globals.set(\"selectielijstklasse_url\", results[i].url);", " pm.globals.set(\"procestype_procestermijn_vast_te_leggen_datum_url\", results[i].procesType);", " pm.globals.set(\"procestype_url\", results[i].procesType);", " }", " }", "}", "", "if(!(", " pm.globals.get(\"selectielijstklasse_procestermijn_nihil_url\") ", " && pm.globals.get(\"selectielijstklasse_procestermijn_ingeschatte_bestaansduur_object_url\") ", " && pm.globals.get(\"selectielijstklasse_procestermijn_vast_te_leggen_datum_url\")", " ) && pm.response.json().next", ") {", " pm.globals.set(\"selectielijst_page\", pm.globals.get(\"selectielijst_page\") + 1)", " postman.setNextRequest(\"Get Selectielijstklassen and Procestypen\");", "}"], "_lastExecutionId": "66a6bae8-1a30-47b4-9f97-6bd916baac15"}}, {"listen": "prerequest", "script": {"id": "d28aef37-8379-40f2-872a-04705af586ef", "type": "text/javascript", "exec": ["if(!pm.globals.get(\"selectielijst_page\")) pm.globals.set(\"selectielijst_page\", 1)"], "_lastExecutionId": "26d748b7-33c0-42f7-8730-066f597592d6"}}]}, "request": {"url": {"protocol": "https", "path": ["api", "v1", "resultaten"], "host": ["referentielijsten-api", "vng", "cloud"], "query": [{"key": "page", "value": "1"}], "variable": []}, "header": [{"key": "Authorization", "value": "Bearer eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw", "system": true}, {"key": "User-Agent", "value": "PostmanRuntime/7.29.0", "system": true}, {"key": "Accept", "value": "*/*", "system": true}, {"key": "Cache-Control", "value": "no-cache", "system": true}, {"key": "Postman-Token", "value": "140ffc81-da39-415e-bab5-c7e4aad4edeb", "system": true}, {"key": "Host", "value": "referentielijsten-api.vng.cloud", "system": true}, {"key": "Accept-Encoding", "value": "gzip, deflate, br", "system": true}, {"key": "Connection", "value": "keep-alive", "system": true}], "method": "GET", "auth": {"type": "bearer", "bearer": [{"type": "string", "value": "eyJhbGciOiJIUzI1NiIsImNsaWVudF9pZGVudGlmaWVyIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhbGx0aGVzY29wZXNhcmViZWxvbmd0b3VzMjIyMjIzMTMyNTMyLTFvczJMS29obnNSMCIsImlhdCI6MTcwMDUyMTg2NywiY2xpZW50X2lkIjoiYWxsdGhlc2NvcGVzYXJlYmVsb25ndG91czIyMjIyMzEzMjUzMi0xb3MyTEtvaG5zUjAifQ.E06jy6txoOnrgW9OptM2lXx2UtKg9z61gwcn3SO6nOw", "key": "token"}]}}, "response": {"id": "6fbab9a8-efc8-4b35-8403-7d5145b01cc5", "status": "OK", "code": 200, "header": [{"key": "Access-Control-Allow-Headers", "value": "Content-Type"}, {"key": "Access-Control-Allow-Methods", "value": "POST, GET, OPTIONS, PUT, DELETE"}, {"key": "Access-Control-Allow-Origin", "value": "*"}, {"key": "Content-Type", "value": "application/json"}, {"key": "Date", "value": "Mon, 20 Nov 2023 23:11:12 GMT"}, {"key": "Strict-Transport-Security", "value": "max-age=63072000"}, {"key": "Transfer-Encoding", "value": "chunked"}], "cookie": [], "responseTime": 44, "responseSize": 95646, "body": {"count": 346, "next": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/%3Fpage=2", "previous": null, "results": [{"url": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/6711baff-798b-4c7f-9133-8ad02c8b7c6f", "procesType": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/b594c8d1-ea6a-4bcd-a6aa-2c7a8ad3fe5b", "nummer": 1, "volledigNummer": "1.1", "generiek": true, "specifiek": false, "naam": "Ingericht", "omschrijving": "", "herkomst": "Risicoanalyse", "waardering": "vernietigen", "procestermijn": "nihil", "procestermijnWeergave": "Nihil", "bewaartermijn": "P10Y", "toelichting": "Invoering nieuwe werkwijze", "algemeenBestuurEnInrichtingOrganisatie": false, "bedrijfsvoeringEnPersoneel": true, "publiekeInformatieEnRegistratie": false, "burgerzaken": false, "veiligheid": false, "verkeerEnVervoer": false, "economie": false, "onderwijs": false, "sportCultuurEnRecreatie": false, "sociaalDomein": false, "volksgezonheidEnMilieu": false, "vhrosv": false, "heffenBelastingen": false, "alleTaakgebieden": false, "procestermijnOpmerking": ""}, {"url": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/6d37598e-30f0-4aef-930d-3e1690725d95", "procesType": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/b594c8d1-ea6a-4bcd-a6aa-2c7a8ad3fe5b", "nummer": 1, "volledigNummer": "1.1.1", "generiek": false, "specifiek": true, "naam": "Ingericht", "omschrijving": "Inrichten of wijzigen met een organisatie brede impact", "herkomst": "Systeemanalyse", "waardering": "blijvend_bewaren", "procestermijn": "", "procestermijnWeergave": "", "bewaartermijn": null, "toelichting": "Organisatiewijziging", "algemeenBestuurEnInrichtingOrganisatie": true, "bedrijfsvoeringEnPersoneel": false, "publiekeInformatieEnRegistratie": false, "burgerzaken": false, "veiligheid": false, "verkeerEnVervoer": false, "economie": false, "onderwijs": false, "sportCultuurEnRecreatie": false, "sociaalDomein": false, "volksgezonheidEnMilieu": false, "vhrosv": false, "heffenBelastingen": false, "alleTaakgebieden": false, "procestermijnOpmerking": ""}, {"url": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/f89a7762-817b-4b72-a057-c135b3e1de74", "procesType": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/b594c8d1-ea6a-4bcd-a6aa-2c7a8ad3fe5b", "nummer": 2, "volledigNummer": "1.1.2", "generiek": false, "specifiek": true, "naam": "Ingericht", "omschrijving": "Gemeentewapen", "herkomst": "Systeemanalyse", "waardering": "blijvend_bewaren", "procestermijn": "", "procestermijnWeergave": "", "bewaartermijn": null, "toelichting": "", "algemeenBestuurEnInrichtingOrganisatie": true, "bedrijfsvoeringEnPersoneel": false, "publiekeInformatieEnRegistratie": false, "burgerzaken": false, "veiligheid": false, "verkeerEnVervoer": false, "economie": false, "onderwijs": false, "sportCultuurEnRecreatie": false, "sociaalDomein": false, "volksgezonheidEnMilieu": false, "vhrosv": false, "heffenBelastingen": false, "alleTaakgebieden": false, "procestermijnOpmerking": ""}, {"url": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/e6a237ed-1036-455c-a4b4-a9973e730279", "procesType": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/b594c8d1-ea6a-4bcd-a6aa-2c7a8ad3fe5b", "nummer": 3, "volledigNummer": "1.1.3", "generiek": false, "specifiek": true, "naam": "Ingericht", "omschrijving": "Wijziging inrichting BRP systeem", "herkomst": "Risicoanalyse", "waardering": "vernietigen", "procestermijn": "nihil", "procestermijnWeergave": "Nihil", "bewaartermijn": "P10Y", "toelichting": "", "algemeenBestuurEnInrichtingOrganisatie": false, "bedrijfsvoeringEnPersoneel": false, "publiekeInformatieEnRegistratie": false, "burgerzaken": true, "veiligheid": false, "verkeerEnVervoer": false, "economie": false, "onderwijs": false, "sportCultuurEnRecreatie": false, "sociaalDomein": false, "volksgezonheidEnMilieu": false, "vhrosv": false, "heffenBelastingen": false, "alleTaakgebieden": false, "procestermijnOpmerking": ""}, {"url": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/37cf8679-7fe1-4cd1-87e9-c6891cef1e32", "procesType": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/b594c8d1-ea6a-4bcd-a6aa-2c7a8ad3fe5b", "nummer": 2, "volledigNummer": "1.2", "generiek": true, "specifiek": false, "naam": "Ingesteld", "omschrijving": "", "herkomst": "Systeemanalyse", "waardering": "blijvend_bewaren", "procestermijn": "", "procestermijnWeergave": "", "bewaartermijn": null, "toelichting": "Onafhankelijke adviescommissie, nieuw gemeentelijk orgaan, gemeenschappelijke regeling, commissie, platform of eerste deelname hieraan", "algemeenBestuurEnInrichtingOrganisatie": true, "bedrijfsvoeringEnPersoneel": false, "publiekeInformatieEnRegistratie": false, "burgerzaken": false, "veiligheid": false, "verkeerEnVervoer": false, "economie": false, "onderwijs": false, "sportCultuurEnRecreatie": false, "sociaalDomein": false, "volksgezonheidEnMilieu": false, "vhrosv": false, "heffenBelastingen": false, "alleTaakgebieden": false, "procestermijnOpmerking": ""}, {"url": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/462734f7-2f70-4487-b0d5-4b5d05b616e8", "procesType": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/b594c8d1-ea6a-4bcd-a6aa-2c7a8ad3fe5b", "nummer": 3, "volledigNummer": "1.3", "generiek": true, "specifiek": false, "naam": "Opgeheven", "omschrijving": "", "herkomst": "Systeemanalyse", "waardering": "blijvend_bewaren", "procestermijn": "", "procestermijnWeergave": "", "bewaartermijn": null, "toelichting": "Onafhankelijke adviescommissie, nieuw gemeentelijk orgaan, gemeenschappelijke regeling, commissie, platform of be\u00ebindiging deelname hieraan", "algemeenBestuurEnInrichtingOrganisatie": true, "bedrijfsvoeringEnPersoneel": false, "publiekeInformatieEnRegistratie": false, "burgerzaken": false, "veiligheid": false, "verkeerEnVervoer": false, "economie": false, "onderwijs": false, "sportCultuurEnRecreatie": false, "sociaalDomein": false, "volksgezonheidEnMilieu": false, "vhrosv": false, "heffenBelastingen": false, "alleTaakgebieden": false, "procestermijnOpmerking": ""}, {"url": "https://referentielijsten-api.vng.cloud/api/v1/resultaten/dd0d2c5c-3e09-4426-8516-4d848a069dd0", "procesType": "https://referentielijsten-api.vng.cloud/api/v1/procestypen/b594c8d1-ea6a-4bcd-a6aa-2c7a8ad3fe5b", "nummer": 4, "volledigNummer": "1.4", "generiek": true, "specifiek": false, "naam": "Niet doorgegaan", "omschrijving": "", "herkomst": "Risicoanalyse", "waardering": "vernietigen", "procestermijn": "nihil", "procestermijnWeergave": "