cURL
Deals
Update a deal
Update a deal by ID. Currently this endpoint only supports updating deal custom field values.
PATCH
cURL
Documentation Index
Fetch the complete documentation index at: https://developers.dock.us/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier
Example:
"RiHO4e0Ju3DS"
Query Parameters
Select the deal properties that should be returned
Available options:
hubspotDealId, salesforceOpportunityId, name, amount, closeDate, createdDate, stage, type, customFields.name, customFields.type, customFields.variableName, customFields.value, createdAt, updatedAt Body
application/json
customFields
(Single-line text · object | Multi-line text · object | Date · object | Number · object | Single checkbox · object | Multiple checkboxes · object | Dropdown select · object | Radio select · object)[]
Custom fields to update
- Single-line text
- Multi-line text
- Date
- Number
- Single checkbox
- Multiple checkboxes
- Dropdown select
- Radio select
Response
Deal updated