AccountAttributes

Attributes of the AccountAttributes type

Attributes for creating and updating an account

{
  "code": "",
  "accountTypeId": "456123",
  "industryId": "456123",
  "employees": 123,
  "annualRevenue": 123,
  "name": "",
  "billingStreet": "",
  "billingCity": "",
  "billingState": "",
  "billingZip": "",
  "billingCountry": "",
  "billingContactId": "456123",
  "billingContact": {
    "code": "",
    "firstName": "",
    "lastName": "",
    "email": "",
    "salutation": "",
    "title": "",
    "phone": "",
    "mobile": "",
    "mailingStreet": "",
    "mailingCity": "",
    "mailingZip": "",
    "mailingState": "",
    "mailingCountry": "",
    "portalAccess": true,
    "description": "",
    "accountId": "456123",
    "campaignCode": "",
    "linkedinUrl": ""
  },
  "shippingStreet": "",
  "shippingCity": "",
  "shippingState": "",
  "shippingZip": "",
  "shippingCountry": "",
  "description": "",
  "phone": "",
  "fax": "",
  "website": "",
  "currencyId": "456123",
  "taxNumber": "",
  "groupId": "456123",
  "netPaymentDays": 123,
  "draftInvoices": true,
  "newQuoteBuilder": true,
  "duns": "",
  "timezone": "",
  "ownerUserId": "456123",
  "ipAddress": "",
  "entityUseCode": "",
  "linkedinUrl": "",
  "invoiceTemplateId": "456123",
  "entityId": "456123",
  "secondaryBillingContactIds": [
    "456123"
  ],
  "emailsEnabled": true
}
Name
Type
Description

code

String

Custom unique identifier for the account

accountTypeId

ID

The type of account

industryId

ID

Industry the account belongs to

employees

Int

Number of employees

annualRevenue

Int

Annual revenue

name

String

Name of the account

billingStreet

String

Street address for billing

billingCity

String

City for billing

billingState

String

State for billing

billingZip

String

Zip/PostalCode for billing

billingCountry

String

Country for billing

billingContactId

ID

Contact id for billing correspondence

billingContact

Contact for billing correspondence

shippingStreet

String

Street address for shipping

shippingCity

String

City for shipping

shippingState

String

State for shipping

shippingZip

String

Zip/PostalCode for shipping

shippingCountry

String

Country for shipping

description

String

Description of the account

phone

String

Primary phone number for the account

fax

String

Primary fax number for the account

website

String

Website of the account

currencyId

ID

Primary currency for billing

taxNumber

String

Tax number

groupId

ID

Group that the account belongs to

netPaymentDays

Int

Payment terms in days

draftInvoices

Boolean

Send new invoices to draft state

newQuoteBuilder

Boolean

Use the new quote builder to create quotes and invoices

duns

String

Dun & Bradstreet Number

timezone

String

Time zone

ownerUserId

ID

Account owner

ipAddress

String

Remote IP address of the lead

entityUseCode

String

Tax entity use code

linkedinUrl

String

Link to the account's LinkedIn profile

invoiceTemplateId

ID

Invoice template to be used for invoice generation

entityId

ID

The entity this account belongs to

secondaryBillingContactIds

List (ID)

Secondary billing contact IDs

emailsEnabled

Boolean

Enable sending emails to account contacts

Last updated

Was this helpful?