patch-crm-v4-objects-objtype-objid_objid
Modify a HubSpot CRM object by providing its objectType, objectId, and a properties object in the request body.
Instructions
Update. REQUIRES body parameter with properties to update. Example: {body: {properties: {"firstname": "Updated Name", "email": "newemail@example.com"}}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | Yes | Path parameter objectId | |
| objectType | Yes | Path parameter objectType | |
| properties | Yes | Key value pairs representing the properties of the object. |