Accounts

The accounts object contains information such as their website, industry, etc.

{
  id: "00000000-0000-0000-0000-000000000000",
  website: "http://kingmanufacturing.com",
  industry: "Manufacturing",
  addresses: [
    {
      country: "United States",
      street1: "228 Runamuck Pl #2808",
      state: "MD",
      city: "Baltimore",
      addressType: "main",
      postalCode: "21224"
    }
  ],
  phoneNumbers: [
    {
      phoneNumberType: "main",
      phoneNumber: "555-555-5555"
    }
  ],
  remoteId: "0000000000000000000",
  lastActivityAt: "2022-11-16T19:55:59+08:00",
  accountOwner: "Gregg Mojica",
  accountName: "King (Sample)",
  numberOfEmployees: 445,
  description: "King is a multinational electronics contract manufacturing company with its headquarters in Baltimore, United States.",
  remoteCreatedAt: "2023-11-19T17:00:17.000Z",
  remoteUpdatedAt: "2023-11-19T17:00:17.000Z",
  remoteDeleted: false,
  createdAt: "2024-02-22T11:17:53.264Z",
  updatedAt: "2024-02-22T13:54:03.445Z"
}

Properties


idString

A string representing the unique identifier of the account item.


remoteIdString

The ID of the object in the third-party application.


accountOwnerString

The name or identifier of the individual or team responsible for managing the account.


accountNameString

The name of the account, often the business or client's name.


descriptionString

A brief summary or description of the account.


industryString

The industry sector to which the account belongs.


websiteString

The URL of the account's website.


numberOfEmployeesNumber

The number of employees in the account's organization.


addressesObject[]

An array of address objects related to the account.


phoneNumbersObject[]

An array of phone number objects associated with the account.


lastActivityAtString

A timestamp indicating the last activity or interaction with the account.


remoteCreatedAtDateTime

The exact date and time when the record was first added or created in the third-party application.


remoteUpdatedAtDateTime

The latest date and time when any modifications or updates were made to the record's details in the third-party application.


remoteDeletedBoolean

Flag to indicate that the record has been deleted in the third-party application.


createdAtDateTime

Date and time the record has been synced into the data cache.


updatedAtDateTime

Date and time the record has been updated in the data cache.


Address Object


addressTypeString

The type of the address (e.g., shipping, billing).


countryString

The country of the address.


cityString

The city of the address.


street1String

The first line of the address.


street2String

The second line of the address.


stateString

The state of the address.


countrySubdivisionString

The country subdivision of the address.


postalCodeString

The postal/zip code of the address


Phone Number Properties


phoneNumberTypeString

The type of the phone number (e.g., primary, secondary).


phoneNumberString

The phone number.