The Problem
When I do a deep insert (POST with nested child records), the API response includes an extra blank child record that doesn't exist in the database.
Pattern:
- Insert 1 Service Order Line → Response shows 2 (only 1 in database)
- Insert 2 Service Order Lines → Response shows 3 (only 2 in database)
The extra record has serviceItemLineNo = 0 and other zero/empty values.


Report
All responses (
Answers (