diff --git a/APPL/API2/model_res_srtartikel_onrgoed.inc b/APPL/API2/model_res_srtartikel_onrgoed.inc index 0ea740f565..6cf0d9dd31 100644 --- a/APPL/API2/model_res_srtartikel_onrgoed.inc +++ b/APPL/API2/model_res_srtartikel_onrgoed.inc @@ -84,7 +84,7 @@ function model_res_srtartikel_onrgoed() this.REST_GET = generic_REST_GET(this); this.REST_POST = generic_REST_POST(this); - this.REST_PUT = generic_REST_PUT(this); + //this.REST_PUT = generic_REST_PUT(this); // alle velden zijn insertonly this.REST_DELETE = generic_REST_DELETE(this, {}); } %> \ No newline at end of file