The ClientCompany object represents a carrier (or other client) company that contracts with the adjusting company to handle claims. Every claim belongs to exactly one client company. Client companies are configured inside the FileTrac UI; the API exposes a read interface but no create or update operation.
Client companies are returned by GetClientCompanies. They are referenced by ID and name on AddClaim and on GetClaimSummaries.
The XML element name in the response envelope is ClientCompanyExtract.
Properties
Property | Datatype | FileTrac UI Location | Description |
| int | — | System-generated ID unique to this client company. Pass as |
| string | Edit Company → Company Name | Company name. Must match exactly when used as a substitute for |
| string | Edit Company → Company Code | Company code. |
| string | Edit Company | Address line 1. |
| string | Edit Company | Address line 2. |
| string | Edit Company | City. |
| string | Edit Company | State or province. |
| string | Edit Company | Postal code. |
| string | Edit Company | Country. |
| string | Edit Company | Primary phone. |
| string | Edit Company | Fax. |
| string | Edit Company | Primary contact first name. |
| string | Edit Company | Primary contact last name. |
| string | Edit Company | Primary contact email. |
| string | Edit Company → BDX Account |
|
| string | Edit Company |
|
| List of | — | Contracts associated with this company. Populated by |
Behavior Notes
No
AddClientCompanyorUpdateClientCompanymethod. Client companies are configured in the FileTrac UI. The API is read-only.ClientCompanyNamemust match exactly when used as a substitute forClientCompanyIDonAddClaim— even whitespace and punctuation differences fail validation.Inactive companies are filtered by default. Pass
IncludeInactives=truetoGetClientCompaniesto retrieve historical companies as well.
Related Methods
GetClientCompanies— list client companies.GetClientContacts— list the claim reps within a client company.GetClientContracts— list contracts across all client companies.AddClaim— requires a valid client-company ID or name.Contract— nested underContracts.
