Tilbage til QuickBooks Items
Forbind Knoon AI med QuickBooks Items (QuickBooks) for at automatisere AI-arbejdsgange.
Update an existing QuickBooks item (sparse update).
quickBooksItemUpdate
BETA
Internt
Tilladelser
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| itemId | mustache | QuickBooks item ID. | Ja |
| syncToken | mustache | Sync token from the latest item read. | Ja |
| name | mustache | Optional item name. | Nej |
| type | mustache | Optional item type. | Nej |
| sku | mustache | Optional SKU. | Nej |
| unitPrice | mustache | Optional unit price. | Nej |
| incomeAccountId | mustache | Optional income account ID. | Nej |
| expenseAccountId | mustache | Optional expense account ID. | Nej |
| assetAccountId | mustache | Optional asset account ID. | Nej |
| active | boolean | Optional active status. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| id | string | Item ID. |
| name | string | Item name. |
| type | string | Item type. |
| sku | string | SKU. |
| active | boolean | Whether the item is active. |
| unitPrice | number | Unit price. |
| incomeAccountId | string | Income account ID. |
| expenseAccountId | string | Expense account ID. |
| assetAccountId | string | Asset account ID. |
| syncToken | string | Sync token for updates. |



