JDBC Driver for HubSpot

Build 22.0.8462

UpdateCustomObject

Update an existing Custom Object in HubSpot. May not work for the OAuth Authentication scheme due to insufficient OAuth Apps scopes, use the PrivateAppToken authentication instead.

Input

Name Type Description
FullyQualifiedName String The fully qualified name of the object to update. Required if the TableName attribute is not specified.
TableName String The exposed table name of the custom object to update. Required if the FullyQualifiedName attribute is not specified.
ObjectLabelSingular String Singular label for the object. Used in CRM display.
ObjectLabelPlural String Plural label for the object. Used in CRM display.
RequiredProperty# String The names of properties that should be required when creating an object of this type.
SearchableProperty# String The names of properties that will be indexed for this object type in by HubSpot's product search.
PrimaryDisplayProperty String The name of the primary property for this object. This will be displayed as primary on the HubSpot record page for this object type.
SecondaryDisplayProperty# String The names of secondary properties for this object. These will be displayed as secondary on the HubSpot record page for this object type.
Restorable String Boolean indicating if the object is restorable or not.

Result Set Columns

Name Type Description
Success String Returns True if the object is successfully updated.
ObjectName String Name of the updated object.
ObjectLabel String Plural label of the updated object.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462