Update Expected Totals
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)
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Event identifier
Body
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)
Response
Expected total updated successfully
