Skip to main content

SecondaryAdjuster

The SecondaryAdjuster object represents an additional adjuster assigned to a claim beyond the primary AdjusterID.

The SecondaryAdjuster object represents an additional adjuster assigned to a claim beyond the primary AdjusterID. A claim can carry many secondary adjusters; the assignment is configured inside the FileTrac UI through the Secondary Adjusters link on the Assigned Adjuster page.

Secondary adjusters are returned only inside the SecondaryAdjusters list of GetClaimDetail. The list is null in GetClaimSummaries and GetUpdatedClaims.

The XML element name is ClaimExtractSecondaryAdjusters.

Properties

Property

Datatype

FileTrac UI Location

Description

ID

int

System-generated ID unique to this secondary-adjuster assignment.

UserID

int

System ID of the user assigned.

UserFirstName

string

Assigned Adjuster (via Secondary Adjusters link)

First name of the secondary adjuster.

UserLastName

string

Assigned Adjuster (via Secondary Adjusters link)

Last name of the secondary adjuster.

Behavior Notes

  • No AddSecondaryAdjuster method. Secondary-adjuster assignments are configured in the FileTrac UI. The API is read-only against these records.

  • The primary adjuster is on the parent claim, in the AdjusterID and AdjusterName fields of Claim. Secondary adjusters supplement that primary assignment.

Related Methods and Types

  • GetClaimDetail — the only method returning populated secondary-adjuster lists.

  • GetUsers — resolve UserID to a full user record.

  • Claim — the parent type carrying the primary adjuster.

Did this answer your question?