qbo_classes_update
Update an existing QuickBooks Online class with only the fields you specify. Provide the class ID, SyncToken, and any changed fields like name or active status.
Instructions
Sparse-update an existing Class record. Only provided fields are changed; Id and SyncToken are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Name | Yes | Class name (required, must be unique within parent) | |
| Active | No | Whether the class is active | |
| classId | Yes | The Class ID to update | |
| ParentRef | No | Parent class for sub-classes, e.g. {"value": "3"} | |
| SyncToken | Yes | Current SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it) |