Updates the expected total (reserve) for a transaction category on a Field Model V1 event.
This endpoint is used to set or update reserve amounts for categories that support reserves.
Unlike the legacy expected-totals endpoint, this endpoint resolves the event type from
fieldModelV1Data.eventType rather than the internal type column. Use this endpoint
for events created via the V1 API.
Important: Amounts are in dollars (not cents) for this endpoint.
Required permission: claim:update or incident:update (depending on event type)
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Include your API key in the Authorization header.
Company identifier
Event identifier
Request body for updating expected totals on an event
Type of event (claim or incident)
claim, incident Transaction category identifier (must support reserves)
Expected total amount in dollars (not cents)
x >= 0Historical date for the update (YYYY-MM-DD, optional)
Expected total updated successfully