Kassalogboek::postSave ====================== .. code-block:: json { "version": "0.1", "data": { "id": 123, "kassa_id": 123, "product_id": 123, "aantal": 123, "boekingsregel_id": 123, "locatie_id": 123, "boeking_id": 123, "created_at": "2024-01-01T12:00:00+00:00", "updated_at": "2024-01-01T12:00:00+00:00" }, "meta": {} } Explanation: - **id**: integer. - **kassa_id**: integer. - **product_id**: integer. - **aantal**: integer. - **boekingsregel_id**: integer|null. - **locatie_id**: integer|null. - **boeking_id**: integer|null. - **created_at**: ISO 8601 creation datetime string. - **updated_at**: ISO 8601 last update datetime string. Webhook selection: use `Kassalogboek::postInsert` for creations and `Kassalogboek::postUpdate` for updates.