A request to import external accounting contact properties in HubSpot

Hierarchy

  • SyncContactsRequest

Constructors

Properties

accountId: string

The ID of the account in the external accounting system. This is the value that will be passed as accountId for all outbound calls for the user from HubSpot to the external accounting system.

contacts: UpdatedContact[]

A list of contacts to be imported.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc