Add Submission Loss History Entries
Appends loss history entries to a submission without replacing existing ones. The new entries are added after any previously stored entries.
For FMV1-enabled companies, adding entries automatically recomputes computed loss history aggregation fields on all quotes attached to the submission.
The request must contain at least one entry — an empty array is rejected with a 400 error. Unknown fields are also rejected.
Required permission: submission:update
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Submission identifier
Body
Loss history entries to append. Must contain at least one entry.
1Response
Entries appended successfully.
true
