@@ -260,7 +260,7 @@ Sparse-update a customer in the connected QuickBooks Online company
260260| ` billingAddress ` | json | No | Replacement billing address |
261261| ` shippingAddress ` | json | No | Replacement shipping address |
262262| ` taxable ` | boolean | No | Whether sales to this customer are taxable |
263- | ` activeStatus ` | string | Yes | Keep, activate , or deactivate the customer |
263+ | ` activeStatus ` | string | No | Customer status change: unchanged, active , or inactive |
264264
265265#### Output
266266
@@ -359,7 +359,7 @@ Sparse-update a vendor in the connected QuickBooks Online company
359359| ` printOnCheckName ` | string | No | Replacement name to print on checks |
360360| ` accountNumber ` | string | No | Replacement vendor account number |
361361| ` vendor1099 ` | boolean | No | Whether the vendor is tracked for 1099 reporting |
362- | ` activeStatus ` | string | Yes | Keep, activate , or deactivate the vendor |
362+ | ` activeStatus ` | string | No | Vendor status change: unchanged, active , or inactive |
363363
364364#### Output
365365
@@ -465,7 +465,7 @@ Sparse-update supported fields on an item without changing its type
465465| ` purchaseCost ` | number | No | Replacement purchase cost per unit |
466466| ` expenseAccountId ` | string | No | Replacement expense account ID |
467467| ` taxable ` | boolean | No | Whether the item is taxable |
468- | ` activeStatus ` | string | Yes | Keep, activate , or deactivate the item |
468+ | ` activeStatus ` | string | No | Item status change: unchanged, active , or inactive |
469469
470470#### Output
471471
0 commit comments