Skip to main content
PATCH

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

eventId
string<uuid>
required

Event identifier

Body

application/json

Request body for updating expected totals on an event

type
enum<string>
required

Type of event (claim or incident)

Available options:
claim,
incident
categoryId
string
required

Transaction category identifier (must support reserves)

expectedTotal
number
required

Expected total amount in dollars (not cents)

Required range: x >= 0
asOfDate
string<date>

Historical date for the update (YYYY-MM-DD, optional)

Response

Expected total updated successfully

Response from updating expected totals

eventId
string<uuid>

Event identifier

categoryId
string

Transaction category identifier

expectedTotal
number | null

Updated expected total in dollars (null if not found)

reserves
number | null

Reserve amount for the category in dollars (null if not applicable)