Addresses: ActiveCampaign Addresses |
Catalog: ActiveCampaign
Schema: V3
Primary Keys: id
Label: Addresses
Can retrieve data and change data using insert, update and delete.
Table Columns
The columns of the table Addresses are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert and update.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
address1 |
varchar2 |
Address Line 1 |
☐ |
|
address2 |
varchar2 |
Address Line 2 |
☐ |
|
allgroup |
varchar2 |
|
☑ |
|
city |
varchar2 |
City |
☐ |
|
companyName |
varchar2 |
Company Name |
☐ |
|
country |
varchar2 |
Country |
☑ |
Accepts a (2) two character string - country code (eg 'US', 'CA', 'MX'). |
district |
varchar2 |
District |
☐ |
|
id |
int64 |
ID |
☑ |
|
isDefault |
varchar2 |
Default |
☑ |
Indicates default address. |
state |
varchar2 |
State |
☐ |
|
zip |
varchar2 |
ZIP Code |
☐ |
|