InvoiceAssociations
Retrieve the IDs of all the objects associated to specific Invoices objects in HubSpot.
Table Specific Information
SELECT
Note: You cannot reference custom objects by base name. When querying InvoiceAssociations, if Type refers to a custom object, the value must now be either the short-hand object type name (p_<object_name>) or the fully qualified object type name.Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | Long | False |
Invoices.Id | False |
Invoices ID |
| AssociationId [KEY] | Long | False | False |
ID of the object that this Invoices object is associated with. | |
| Type [KEY] | String | False | False |
Type of the associated object, such as a contact or deal. |