Attributes
CompanyName
string
CompanyName
stringBrand name for the account; usually the legal name of the company.
Website
string
Website
stringOfficial website URL for the brand or company.
PrimaryPhoneNumber
string
PrimaryPhoneNumber
stringPrimary domestic contact number for the account.
PrimaryPhoneNumberCountry
enum
PrimaryPhoneNumberCountry
enumTwo-letter ISO 3166-1 alpha-2 country code representing the country of the primary phone number.
Timezone
enum
Timezone
enumTimezone used for the account. View supported timezones.
Currency
currency
Currency
currencyThree-letter ISO 4217 code representing the account's default currency appearing in the dashboard, finances, and reports.
RegisteredForIndirectTax
boolean
RegisteredForIndirectTax
booleanWhether the account is registered for indirect tax, such as VAT, GST, or HST.
IndirectTaxNumber
string
IndirectTaxNumber
stringUnique identifier used for VAT, GST, or HST registration.
OrganizationType
enum
OrganizationType
enumOrganization type for the account. Available options will vary depending on the country that the business is registered in.
Possible enum values | |
---|---|
NONP_GOV | Non-Profit/Government, United States |
CORP | C Corporation, United States |
SOLE_IND | Individual/Sole Proprietor, United States |
LLC_LLP_LLS | Limited Liability Company / Limited Liability Partnership / S Corporation, United States |
TRUST | Trust company, United States |
SOLE_TRD | Sole Trader, Non-US |
PARTNERS | Partnership, Non-US |
LLC | Limited Liability Company, Non-US |
LLP | Limited Liability Partnership, Non-US |
COMPANY | Company, Non-US |
GOVERNMENT | Government, Non-US |
OTHER | Other classification, All countries |
EinSsnForeignTaxId
string
EinSsnForeignTaxId
stringEmployer Identification Number for the account, or in some cases, the Social Security Number (SSN) of the company owner, or a Tax ID number for non-US companies.
CorporateAddress
object
CorporateAddress
objectThe primary address for the account.
View child attributes
AddressLine1
string
AddressLine1
stringAddress line 1 (address number, street name)
AddressLine2
string
AddressLine2
stringAddress line 2 (building, unit, suite, etc. number)
City
string
City
stringCity, district, suburb, town, or village
State
string
State
stringState or territory
PostalCode
string
PostalCode
stringZIP or postal code
Country
enum
Country
enumTwo-letter country code. See ISO 3166-1 alpha-2.
BillingAddress
object
BillingAddress
objectThe billing address for the account.
View child attributes
AddressLine1
string
AddressLine1
stringAddress line 1 (address number, street name)
AddressLine2
string
AddressLine2
stringAddress line 2 (building, unit, suite, etc. number)
City
string
City
stringCity, district, suburb, town, or village
State
string
State
stringState or territory
PostalCode
string
PostalCode
stringZIP or postal code
Country
enum
Country
enumTwo-letter country code. See ISO 3166-1 alpha-2.
FinancialContact
object
FinancialContact
objectA financial contact for the account (e.g., CFO).
View child attributes
UserId
string
UserId
stringUnique impact.com member account ID for the user.
Name
string
Name
stringThe contact's full name.
Email
string
Email
stringThe contact's email address.
WorkPhoneNumber
string
WorkPhoneNumber
stringFinancial contact's work phone number.
WorkPhoneNumberCountry
enum
WorkPhoneNumberCountry
enumTwo-letter country code for the work phone number. See ISO 3166-1 alpha-2.
CellPhoneNumber
string
CellPhoneNumber
stringFinancial contact's cellphone number.
CellPhoneNumberCountry
enum
CellPhoneNumberCountry
enumTwo-letter country code for the cell phone number. See ISO 3166-1 alpha-2.
Uri
string
Uri
stringThe unique reference to this object in the impact.com API.
More attributes
View more attributes
Industry
object
Industry
objectThe industry that the account most closely associates with.
View child attributes
IndustryId
string
IndustryId
stringUnique identifier for the selected industry.
IndustryName
enum
IndustryName
enumThe display name for the selected industry.
SecondaryPhoneNumber
string
SecondaryPhoneNumber
stringA secondary domestic contact phone number for the account.
SecondaryPhoneNumberCountry
enum
SecondaryPhoneNumberCountry
enumTwo-letter country code See ISO 3166-1 alpha-2.
MinimumContactRating
string
MinimumContactRating
stringMinimum amount of star rating (1 lowest, 5 highest) a partner must have to see contact information for the account.
TechnicalContact
object
TechnicalContact
objectA technical contact for the account (e.g., CTO).
View child attributes
UserId
string
UserId
stringUnique impact.com member account ID for the user.
Name
string
Name
stringThe contact's full name.
Email
string
Email
stringThe contact's email address.
WorkPhoneNumber
string
WorkPhoneNumber
stringThe contact's work phone number.
WorkPhoneNumberCountry
enum
WorkPhoneNumberCountry
enumTwo-letter country code. See ISO 3166-1 alpha-2.
CellPhoneNumber
string
CellPhoneNumber
stringThe contact's cell phone number.
CellPhoneNumberCountry
enum
CellPhoneNumberCountry
enumTwo-letter country code. See ISO 3166-1 alpha-2.
CommercialContact
object
CommercialContact
objectA commercial or marketing contact for the account (e.g., CMO).
View child attributes
UserId
string
UserId
stringUnique impact.com member account ID for the user.
Name
string
Name
stringThe contact's full name.
Email
string
Email
stringThe contact's email address.
WorkPhoneNumber
string
WorkPhoneNumber
stringThe contact's work phone number.
WorkPhoneNumberCountry
enum
WorkPhoneNumberCountry
enumTwo-letter country code.See ISO 3166-1 alpha-2.
CellPhoneNumber
string
CellPhoneNumber
stringThe contact's cell phone number.
CellPhoneNumberCountry
enum
CellPhoneNumberCountry
enumTwo-letter country code. See ISO 3166-1 alpha-2.
{
"CompanyName": "Acme Corporation",
"Website": "https://www.example.com",
"PrimaryPhoneNumber": "1235550100",
"PrimaryPhoneNumberCountry": "US",
"SecondaryPhoneNumber": "3215550100",
"SecondaryPhoneNumberCountry": "US",
"MinimumContactRating": "1",
"Timezone": "(GMT -08:00) Pacific Time (US & Canada); Tijuana",
"Currency": "USD",
"RegisteredForIndirectTax": "false",
"IndirectTaxNumber": "",
"OrganizationType": "CORP",
"EinSsnForeignTaxId": "XXX-XX-678",
"CorporateAddress": {
"AddressLine1": "1640 Riverside Dr.",
"AddressLine2": "",
"City": "Hill Valley",
"State": "CALIFORNIA",
"PostalCode": "90210",
"Country": "US"
},
"BillingAddress": {
"AddressLine1": "112 1/2 Beacon St.",
"AddressLine2": "",
"City": "Boston",
"State": "MASSACHUSETTS",
"PostalCode": "02116",
"Country": "US"
},
"FinancialContact": {
"UserId": "",
"Name": "Road Runner",
"Email": "[email protected]",
"WorkPhoneNumber": "2065550100",
"WorkPhoneNumberCountry": "US",
"CellPhoneNumber": "",
"CellPhoneNumberCountry": ""
},
"TechnicalContact": {
"UserId": "",
"Name": "",
"Email": "",
"WorkPhoneNumber": "",
"WorkPhoneNumberCountry": "",
"CellPhoneNumber": "",
"CellPhoneNumberCountry": ""
},
"CommercialContact": {
"UserId": "",
"Name": "",
"Email": "",
"WorkPhoneNumber": "",
"WorkPhoneNumberCountry": "",
"CellPhoneNumber": "",
"CellPhoneNumberCountry": ""
},
"Uri": "/Advertisers/<AccountSID>/CompanyInformation"
}