Issue Summary: Records created via API not appearing in the database.
Integration Point: "AbsenceHandling.svc/AbsenceRegistrations"
Observed Behavior:
API returns a "201" status code, indicating successful record creation.
The created records are not visible in the database.
Concern: Discrepancy between API response and database entries. Same payload can be used to create the record again which means no issues with the basic data.
Seeking insights or suggestions on potential causes of this issue.