Contactformulier::postUpdate ============================ .. code-block:: json { "version": "0.1", "data": { "id": 452, "naam": "Test formulier", "email": "contact@familiejansen.nl", "contact_opnemen_group_id": 7, "bedrijf_id": 2, "contactmoment_title": "Aanvraag kano verhuur voor familiedag inclusief lunchpakket", "created_at": "2025-08-10T09:15:00+00:00", "updated_at": "2025-08-18T10:45:00+00:00" }, "meta": {} } Explanation: - **id**: integer. - **naam**: string. - **email**: string|null. - **contact_opnemen_group_id**: integer|null. - **bedrijf_id**: integer. - **contactmoment_title**: string. - **created_at**: ISO 8601 creation datetime string. - **updated_at**: ISO 8601 last update datetime string.