Updates the expected total for a transaction category on an event.
This endpoint is used to set or update reserve amounts for categories that support reserves.
Important: Amounts are in dollars (not cents) for this endpoint.
Required permission: company.claim:update or company.incident:update (depending on event type)
API key authentication. Include your key in the Authorization header: Authorization: ApiKey YOUR-API-KEY
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