Submissions
Set Submission Loss History
Replaces the entire loss history on a submission. The request body contains an array of loss history entries — any previously stored entries are overwritten. Unknown fields are rejected with a 400 error.
For FMV1-enabled companies, setting loss history automatically recomputes computed loss history aggregation fields on all quotes attached to the submission.
Required permission: submission:update
PUT
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Submission identifier
Body
application/json
Loss history entries. Send an empty array to clear all loss history.
Response
Loss history saved successfully.
Example:
true
