update_appointment_outcome
Update an appointment outcome's name or order weight to reorganize your CRM's outcome options.
Instructions
Update an appointment outcome. (PUT /appointmentOutcomes/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | The name of the appointment outcome. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| orderWeight | No | Set this value to enforce a specific sort order. |