update_appointment_type
Keep appointment types up to date by modifying their name, sort order, or custom fields in Follow Up Boss.
Instructions
Update an appointment type. (PUT /appointmentTypes/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | The name of the appointment type. | |
| 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. |