update_a_custom_deal_field_value
Update a custom field value for a deal by specifying its ID and the new field value or currency. This modifies the existing record in place.
Instructions
🟡 WRITE · updates data · Deal Custom Field Data · PUT /dealCustomFieldData/{id}
Update a custom field value
Modifies an existing record in place. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the custom fields value to update | |
| body | No | Request body (application/json). |