Contactformulier::postInsertΒΆ

{
  "version": "0.1",
  "data": {
    "id": 88,
    "naam": "Test formulier",
    "email": "peter.devries@example.com",
    "contact_opnemen_group_id": 7,
    "bedrijf_id": 3,
    "contactmoment_title": "Reservering schooluitje kanotocht",
    "created_at": "2025-08-18T14:25:00+00:00",
    "updated_at": "2025-08-18T14:25: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.