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 |
| int | — | System-generated ID unique to this secondary-adjuster assignment. |
| int | — | System ID of the user assigned. |
| string | Assigned Adjuster (via Secondary Adjusters link) | First name of the secondary adjuster. |
| string | Assigned Adjuster (via Secondary Adjusters link) | Last name of the secondary adjuster. |
Behavior Notes
No
AddSecondaryAdjustermethod. 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
AdjusterIDandAdjusterNamefields ofClaim. Secondary adjusters supplement that primary assignment.
Related Methods and Types
GetClaimDetail— the only method returning populated secondary-adjuster lists.GetUsers— resolveUserIDto a full user record.Claim— the parent type carrying the primary adjuster.
