-
Home
-
Blog
-
Category: API
-
Consumer Model Fields
Consumer
| full_name | string |
| gender | string |
| birth_or_trust_date | date. birth |
| birth_country_id | int. See Country enum |
| birth_state_id | int* |
| citizenship_id | int* |
| marital_status_id | int* |
| ssn | string. Social security number |
| dl | string.Driver's license number |
| dl_state_id | int* |
| occupation | string |
| company | string. Employer |
| preferred_contact_method_id | int* |
| preferred_contant_time | string |
| relationship_to_agent | string. E.g. "just met" |
| relationshipt_to_agent_start | date |
| created_at | datetime. When this client record was created |
| last_contacted | datetime |
| lead_type_id | int* |
| phones_attributes | Array of Phone objects. If more than one object exists for this array, place the primary one at the head of the array. |
| addresses_attributes | Array of Address objects. If more than one object exists for this array, place the primary one at the head of the array. |
| emails_attributes | Array of EmailAddress objects. If more than one object exists for this array, place the primary one at the head of the array. |
| financial_info_attributes | FinancialInfo object. |
| notes_attributes | Array of Note objects. |
| cases_attributes | Array of Case (i.e. Application/Policy) objects. |
| health_info_attributes | HealthInfo object. |
| spouse | Consumer object representing the spouse of this Consumer object. |