|
4 | 4 |
|
5 | 5 | Name | Type | Description | Notes |
6 | 6 | ------------ | ------------- | ------------- | ------------- |
7 | | -**id** | **string** | | [optional] |
8 | | -**reference_id** | **string** | | [optional] |
9 | | -**group_name** | **string** | | [optional] |
10 | | -**name** | **string** | | [optional] |
11 | | -**dba_name** | **string** | | [optional] |
12 | | -**address** | **string** | | [optional] |
13 | | -**city** | **string** | | [optional] |
14 | | -**state** | **string** | | [optional] |
15 | | -**foreign_province** | **string** | | [optional] |
16 | | -**zip** | **string** | | [optional] |
17 | | -**country_code** | **string** | | [optional] |
18 | | -**email** | **string** | | [optional] |
19 | | -**telephone** | **string** | | [optional] |
20 | | -**tin** | **string** | | [optional] |
21 | | -**do_tin_match** | **bool** | | [optional] |
22 | | -**resend_requests** | **bool** | | [optional] |
23 | | -**resend_interval_days** | **int** | | [optional] |
24 | | -**max_reminder_attempts** | **int** | | [optional] |
25 | | -**created_at** | **\DateTime** | | [optional] |
26 | | -**updated_at** | **\DateTime** | | [optional] |
| 7 | +**id** | **string** | Unique identifier set when the record is created. | [optional] |
| 8 | +**created_at** | **\DateTime** | Date time when the record was created. | [optional] |
| 9 | +**updated_at** | **\DateTime** | Date time when the record was last updated. | [optional] |
| 10 | +**name** | **string** | Legal name. Not the DBA name. | |
| 11 | +**dba_name** | **string** | Doing Business As (DBA) name or continuation of a long legal name. | [optional] |
| 12 | +**email** | **string** | Contact email address. For inquiries by vendors/employees. | |
| 13 | +**address** | **string** | Address. | |
| 14 | +**city** | **string** | City. | |
| 15 | +**state** | **string** | Two-letter US state or Canadian province code (required for US/CA addresses). | [optional] |
| 16 | +**zip** | **string** | ZIP/postal code. | |
| 17 | +**telephone** | **string** | Contact phone number (must contain at least 10 digits, max 15 characters). | |
| 18 | +**tin** | **string** | Federal Tax Identification Number (TIN). EIN/Tax ID (required for US companies). | |
| 19 | +**reference_id** | **string** | Internal reference ID. Never shown to any agency or recipient. | [optional] |
| 20 | +**do_tin_match** | **bool** | Indicates whether the company authorizes IRS TIN matching. | [optional] |
| 21 | +**group_name** | **string** | Group name for organizing companies (creates or finds group by name). | [optional] |
| 22 | +**foreign_province** | **string** | Province or region for non-US/CA addresses. | [optional] |
| 23 | +**country_code** | **string** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. | |
| 24 | +**resend_requests** | **bool** | Boolean to enable automatic reminder emails (default: false). | [optional] |
| 25 | +**resend_interval_days** | **int** | Days between reminder emails (7-365, required if resendRequests is true). | [optional] |
| 26 | +**max_reminder_attempts** | **int** | Maximum number of reminder attempts (1-52, required if resendRequests is true). | [optional] |
27 | 27 |
|
28 | 28 | [[Back to Model list]](../../../README.md#models) [[Back to API list]](../../../README.md#endpoints) [[Back to README]](../../../README.md) |
0 commit comments