The ClaimShare object represents a share allocation on a claim — typically used for reinsurance or coverholder arrangements where the claim's financial exposure is divided across multiple parties under a contract. Shares are configured inside the FileTrac UI; the API is read-only against share records.
ClaimShare is returned only inside the ClaimShares list of GetClaimDetail. It is null in GetClaimSummaries and GetUpdatedClaims.
The XML element name is ClaimExtractShares.
Properties
Property | Datatype | FileTrac UI Location | Description |
| int | — | System-generated ID unique to this share allocation. |
| int | — | System ID of the client contact assigned to this share. |
| decimal | Claim Share → Header / Share % | Percentage of the claim allocated to this share. |
| string | Claim Share → Header / Client Claim # | Client-side claim identifier for this share. Also referred to as |
| string | Claim Share → Header / Client Contact | First name of the client contact. |
| string | Claim Share → Header / Client Contact | Last name of the client contact. |
| int | — | System ID of the contract this share belongs to. |
| string | Claim Share → Header / 'Contract/Treaty' | Contract or treaty name. |
| string | Claim Share → Header / Policy # | Policy number on the share. |
| int | — | System ID of the client company on this share. |
| string | Claim Share → Header / Client Name | Client company name. |
| string | Claim Share → Header / Client Name | Address line 1 of the client company. |
| string | Claim Share → Header / Client Name | City of the client company. |
| string | Claim Share → Header / Client Name | State of the client company. |
Behavior Notes
No
AddClaimSharemethod. Shares are configured in the FileTrac UI under the Claim Share section. The API does not provide write access.A claim can have many shares. Each share carries its own percent, client company, and contract reference.
ContractIDreferences aContract— useGetClientContractsor the inlineContractslist onGetClaimDetailto resolve the full contract record.
Related Methods and Types
GetClaimDetail— the only method that returns populatedClaimSharerecords.Contract— referenced viaContractID.ClientCompany— referenced viaCompanyID.
